All Products
Search
Document Center

ApsaraDB for MyBase:ModifyDedicatedHostAccount

Last Updated:Aug 28, 2026

Modifies the account name and password of a dedicated host.

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 parameters

Parameter

Type

Required

Description

Example

DedicatedHostId

string

Yes

The host ID. Call the DescribeDedicatedHosts operation to query this ID.

ch-bp10a5id3boqi****

AccountName

string

Yes

The account name of the host.

test

AccountPassword

string

Yes

The new password for the host account.

test*****

RegionId

string

No

The region ID. Call the DescribeDedicatedHostAttribute operation to query this ID.

cn-hangzhou

Response elements

Element

Type

Description

Example

object

RequestId

string

The request ID.

D6E068C3-25BC-455A-85FE-45F0B22ECB1F

Examples

Success response

JSON format

{
  "RequestId": "D6E068C3-25BC-455A-85FE-45F0B22ECB1F"
}

Error codes

HTTP status code

Error code

Error message

Description

400 InvalidUserId.NotSupport The userid have no permission.
404 HostInfo.NotFound Specified hostinfo is not found.
404 InvalidAccountName.NotFound Specified account name does not exist.

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.