Help Center/ Distributed Message Service for RabbitMQ/ API Reference/ Out-of-Date APIs/ API V2/ Upgrading the RabbitMQ Instance Core (Discontinued)
Updated on 2025-11-19 GMT+08:00

Upgrading the RabbitMQ Instance Core (Discontinued)

Function

This API is used to upgrade the core of a RabbitMQ instance.

Call Method

For details, see How to Call an API.

URI

POST /v2/{project_id}/rabbitmq/instances/{instance_id}/upgrade

Table 1 URI parameter

Parameter

Mandatory

Type

Description

project_id

Yes

String

Project ID. For details, see Obtaining a Project ID.

instance_id

Yes

String

Instance ID.

Request

None

Response

Status code: 200

Table 2 Response body parameter

Parameter

Type

Description

job_id

String

Background task ID

Example Request

POST https://{endpoint}/v2/{project_id}/rabbitmq/instances/{instance_id}/upgrade

Example Response

Status code: 200

The query is successful.

{
  "job_id" : "8a2c259182ab0e9d0182ab1882560011"
}

Status Code

Status Code

Description

200

The query is successful.

Error Code

See Error Codes.