Changing a DB Instance Name
Scenarios
This section is used to change an instance name by calling the API described in Modifying a DB Instance Name.
Procedure
- API information
- URI format
PUT https://{Endpoint}/v3/{project_id}/instances/{instance_id}/modify-name
Obtain {endpoint} from Regions and Endpoints.
- URI example
https://dds.ap-southeast-1.myhuaweicloud.com/v3/0549b4a43100d4f32f51c01c2fe4acdb/instances/9136fd2a9fcd405ea4674276ce36dae8in02/modify-name
For details, see Modifying a DB Instance Name.
- URI format
- Example request
{ "new_instance_name": "myNewName" }
- Response example
{}
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.