Updated on 2026-05-30 GMT+08:00

Restarting a Node

Function

This API is used to restart a specific node.

Constraints

None

URI

POST /v3/{project_id}/instances/{instance_id}/nodes/{node_id}/restart

Table 1 URI parameters

Parameter

Mandatory

Type

Description

project_id

Yes

String

Project ID of a tenant in a region

To obtain this value, see Obtaining a Project ID.

instance_id

Yes

String

DDM instance ID

node_id

Yes

String

DDM instance node ID

Request Parameters

None

Example Request

Restarting a node

POST https://{endpoint}/v3/{project_id}/instances/{instance_id}/nodes/{node_id}/restart

Response Parameters

  • Normal response
    Table 2 Response body parameters

    Parameter

    Type

    Description

    job_id

    String

    Job ID

Example Response

  • Normal response example
    {
      "job_id" : "9fe84a77-6a6b-4b03-9a3e-db910a548657"
    }

Status Codes

Error Codes

For details, see Error Codes.