Skip to content

queue API operations

Tenant callers can use 14 current operations at https://queue.eu-central-1.cloud.skippr.io. Call only control-plane or data-plane operations marked supported or implemented; contract stubs and internal operations are not tenant-callable.

  • Endpoint: https://queue.eu-central-1.cloud.skippr.io
  • Protocol: cloudJson
  • SigV4 service: queue
  • Target prefix: CloudQueue.
  • Readiness counts: {"supported": 14}
  • Service guide: queue
  • Aggregate reference: all API operations

Tenant-callable control-plane operations

Use these operations to create, inspect, update, list, or delete service resources.

OperationStatusPlaneProtocol targetRequestResponseTerraformSchema
CreateQueuesupportedcontrolCloudQueue.CreateQueue (queue)typedtypedyesJSON contract
DeleteQueuesupportedcontrolCloudQueue.DeleteQueue (queue)typedtypedyesJSON contract
GetQueueUrlsupportedcontrolCloudQueue.GetQueueUrl (queue)typedtypedyesJSON contract
ListQueuessupportedcontrolCloudQueue.ListQueues (queue)typedtypedyesJSON contract
GetQueueAttributessupportedcontrolCloudQueue.GetQueueAttributes (queue)typedtypedyesJSON contract
SetQueueAttributessupportedcontrolCloudQueue.SetQueueAttributes (queue)typedtypedyesJSON contract
PurgeQueuesupportedcontrolCloudQueue.PurgeQueue (queue)typedtypednoJSON contract

Tenant-callable data-plane operations

Use these operations for application data or runtime work.

OperationStatusPlaneProtocol targetRequestResponseTerraformSchema
SendMessagesupporteddataCloudQueue.SendMessage (queue)typedtypednoJSON contract
SendMessageBatchsupporteddataCloudQueue.SendMessageBatch (queue)typedtypednoJSON contract
ReceiveMessagesupporteddataCloudQueue.ReceiveMessage (queue)typedtypednoJSON contract
DeleteMessagesupporteddataCloudQueue.DeleteMessage (queue)typedtypednoJSON contract
DeleteMessageBatchsupporteddataCloudQueue.DeleteMessageBatch (queue)typedtypednoJSON contract
ChangeMessageVisibilitysupporteddataCloudQueue.ChangeMessageVisibility (queue)typedtypednoJSON contract
ChangeMessageVisibilityBatchsupporteddataCloudQueue.ChangeMessageVisibilityBatch (queue)typedtypednoJSON contract

Contract stubs

These catalog entries are not current callable tenant contracts.

No operations in this group.

Internal operations

These operations are platform-facing. Tenant clients must not call them.

No operations in this group.