All Products
Search
Document Center

E-MapReduce:ChangeResourceGroup

Last Updated:Apr 19, 2026

Moves an instance to a different resource group.

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

POST /changeResourceGroup HTTP/1.1

Request parameters

Parameter

Type

Required

Description

Example

resourceType

string

No

The resource type. Set this to Workspace.

Workspace

resourceId

string

Yes

The ID of the resource to move.

w-asfx12xxxxxx

regionId

string

Yes

The ID of the region where the resource is located.

cn-hangzhou

resourceGroupId

string

Yes

The ID of the destination resource group.

rg-aek2thxggoqhmhq

Response elements

Element

Type

Description

Example

object

Container for the response data.

requestId

string

The unique ID generated for the request.

8CE06D75-E6A2-505D-9B4B-31DEE3D98A04

Examples

Success response

JSON format

{
  "requestId": "8CE06D75-E6A2-505D-9B4B-31DEE3D98A04"
}

Error codes

HTTP status code

Error code

Error message

Description

400 MissingParameter.RegionId The RegionId parameters that are required for processing this request are missing
400 MissingParameter.ResourceId The ResourceId parameters that are required for processing this request are missing
400 MissingParameter.ResourceGroupId The ResourceGroupId parameters that are required for processing this request are missing
400 InvalidResourceGroup The specified ResourceGroupId is invalid
400 InternalError The request processing has failed due to some unknown error.
400 ResourceNotFound The specified resource is not found
403 NoPermission.ChangeResourceGroup You are not authorized to change resourcegroup

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.