Deleting an AS Group

Function

This interface is used to delete a specified AS group.

URI

DELETE /autoscaling-api/v1/{project_id}/scaling_group/{scaling_group_id}

Table 1 Parameter description

Parameter

Mandatory

Type

Description

project_id

Yes

String

Specifies the project ID.

scaling_group_id

Yes

String

Specifies the AS group ID.

force_delete

No

String

Specifies whether to forcibly delete an AS group. Options:

  • no (default): indicates that the AS group is not forcibly deleted.
  • yes: indicates to forcibly delete an AS group.

Request Message

Response Message

Returned Values

Error Codes

See Error Codes.