Skip to main content

CommandAccepted

Returned by endpoints that accept a command for asynchronous processing. Depending on the endpoint, CommandId either identifies an internal command that is not queryable via any public endpoint, or a pollable operation id (see GET /v{version}/projects/{projectId}/operations/{operationId}).

commandIdstring<uuid>

The identifier of the accepted command/operation.

CommandAccepted
{
"commandId": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}