Updated on 2024-06-07 GMT+08:00

Stopping a Backup (RDS for PostgreSQL)

Function

This API is used to stop a backup for a DB instance.

  • Before calling an API, you need to understand the API in Authentication.

URI

  • URI format

    POST /v3/{project_id}/instances/{instance_id}/backups/stop

  • Parameter description
    Table 1 Parameters

    Parameter

    Mandatory

    Type

    Description

    project_id

    Yes

    String

    Project ID of a tenant in a region.

    To obtain it, refer to Obtaining a Project ID.

    instance_id

    Yes

    String

    Instance ID.

Request

  • Parameter description

    None

  • Example request
    POST https://{Endpoint}/v3/8b3d99b2fb1148c69be8fe37bb896f27/instances/51986c9a48df43839a3ba300d6c5e91fin03/backups/stop

Response

  • Normal response
    Table 2 Parameters

    Parameter

    Type

    Description

    job_id

    String

    Workflow ID.

  • Example normal response
    { 
      "job_id" : "27b449ae-3d7c-6485-fc59-0ff2c8d9d8c8"
     }
  • Abnormal response

    For details, see Abnormal Request Results.

Status Code

Error Code

For details, see Error Codes.