All Products
Search
Document Center

E-MapReduce:GetAICenterState

Last Updated:Apr 27, 2026

Gets the state of an AI center.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request syntax

GET /api/v1/workspaces/{workspaceId}/aicenter HTTP/1.1

Path Parameters

Parameter

Type

Required

Description

Example

workspaceId

string

No

The workspace ID.

w-d2d82aa09155****

Request parameters

Parameter

Type

Required

Description

Example

No parameters required.

Response elements

Element

Type

Description

Example

object

The response body.

requestId

string

The request ID.

DD6B1B2A-5837-5237-ABE4-FF0C8944****

state

string

The state of the AI center. Valid values:

  • Running

  • inactive

  • activating

Running

Examples

Success response

JSON format

{
  "requestId": "DD6B1B2A-5837-5237-ABE4-FF0C8944****",
  "state": "Running"
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.