Activate Queues
Activate Queues for the specified Project ID. Queues must be activated before any usage such as creating credentials and queues. Activating Queues does not trigger any billing, and you can deactivate at any time.
path Parameters
regionThe region you want to target
Activate Queues › Responses
project_idProject ID of the Project containing the service.
regionRegion of the service.
created_atQueues creation date. (RFC 3339 format)
updated_atQueues last modification date. (RFC 3339 format)
statusQueues activation status.
sqs_endpoint_urlEndpoint of the Queues service for this region and project.
Deactivate Queues
Deactivate Queues for the specified Project ID. You must delete all queues and credentials before this call or you need to set the force_delete parameter.
path Parameters
regionThe region you want to target
Deactivate Queues › Request Body
project_idProject on which to deactivate the Queues service.
Deactivate Queues › Responses
project_idProject ID of the Project containing the service.
regionRegion of the service.
created_atQueues creation date. (RFC 3339 format)
updated_atQueues last modification date. (RFC 3339 format)
statusQueues activation status.
sqs_endpoint_urlEndpoint of the Queues service for this region and project.
Get Queues info
Retrieve the Queues information of the specified Project ID. information include the activation status and the Queues API endpoint URL.
path Parameters
regionThe region you want to target
query Parameters
project_idProject to retrieve Queues info from.
Get Queues info › Responses
project_idProject ID of the Project containing the service.
regionRegion of the service.
created_atQueues creation date. (RFC 3339 format)
updated_atQueues last modification date. (RFC 3339 format)
statusQueues activation status.
sqs_endpoint_urlEndpoint of the Queues service for this region and project.