API action reference
Call each action with skippr-cloud <service> <operation> after skippr-cloud login. Resource management and runtime actions are available now. Actions listed as coming soon or platform-only are listed for completeness; do not build on them yet. The current region is eu-central-1; more will follow. Endpoints below use that region. Provisionable resources also appear as CLI, Terraform, CDKTF TypeScript, and CDKTF Python tabs on each service guide; see Infrastructure resources.
Jump to a service
tables— guide · service-scoped referencequeue— guide · service-scoped referencesecrets— guide · service-scoped referencefunctions— guide · service-scoped referencescheduler— guide · service-scoped referenceevents— guide · service-scoped referenceobjects— guide · service-scoped referencegateway— guide · service-scoped referencedns— guide · service-scoped referencecerts— guide · service-scoped referencesites— guide · service-scoped referenceinventory— guide · service-scoped referenceauth— Auth (app user pools) · Cloud User Directory (sign-in, people, policies, keys) · service-scoped referencelogs— guide · service-scoped referencemetrics— guide · service-scoped referencetraces— guide · service-scoped referenceelt— guide · service-scoped referencequery— guide · service-scoped referencemachines— guide · service-scoped referencedeploy— guide · service-scoped reference
tables
Endpoint: https://tables.eu-central-1.cloud.skippr.io. Service guide. Service-scoped API action page.
Resource management actions
Create, inspect, update, list, or delete resources.
| API action | CLI | Request target | JSON contract |
|---|---|---|---|
CreateTable | skippr-cloud tables create-table | CloudTables.CreateTable (tables) | JSON contract |
DescribeTable | skippr-cloud tables describe-table | CloudTables.DescribeTable (tables) | JSON contract |
UpdateTable | skippr-cloud tables update-table | CloudTables.UpdateTable (tables) | JSON contract |
DeleteTable | skippr-cloud tables delete-table | CloudTables.DeleteTable (tables) | JSON contract |
ListTables | skippr-cloud tables list-tables | CloudTables.ListTables (tables) | JSON contract |
UpdateTimeToLive | skippr-cloud tables update-time-to-live | CloudTables.UpdateTimeToLive (tables) | JSON contract |
DescribeTimeToLive | skippr-cloud tables describe-time-to-live | CloudTables.DescribeTimeToLive (tables) | JSON contract |
Runtime actions
Read and write application data, or run the service.
| API action | CLI | Request target | JSON contract |
|---|---|---|---|
GetItem | skippr-cloud tables get-item | CloudTables.GetItem (tables) | JSON contract |
PutItem | skippr-cloud tables put-item | CloudTables.PutItem (tables) | JSON contract |
UpdateItem | skippr-cloud tables update-item | CloudTables.UpdateItem (tables) | JSON contract |
DeleteItem | skippr-cloud tables delete-item | CloudTables.DeleteItem (tables) | JSON contract |
Query | skippr-cloud tables query | CloudTables.Query (tables) | JSON contract |
Scan | skippr-cloud tables scan | CloudTables.Scan (tables) | JSON contract |
BatchGetItem | skippr-cloud tables batch-get-item | CloudTables.BatchGetItem (tables) | JSON contract |
BatchWriteItem | skippr-cloud tables batch-write-item | CloudTables.BatchWriteItem (tables) | JSON contract |
TransactWriteItems | skippr-cloud tables transact-write-items | CloudTables.TransactWriteItems (tables) | JSON contract |
TransactGetItems | skippr-cloud tables transact-get-items | CloudTables.TransactGetItems (tables) | JSON contract |
Coming later
These actions are coming soon.
No actions in this group.
Platform-only actions
Platform-only actions. Do not call these from the CLI or SDKs.
No actions in this group.
queue
Endpoint: https://queue.eu-central-1.cloud.skippr.io. Service guide. Service-scoped API action page.
Resource management actions
Create, inspect, update, list, or delete resources.
| API action | CLI | Request target | JSON contract |
|---|---|---|---|
CreateQueue | skippr-cloud queue create-queue | CloudQueue.CreateQueue (queue) | JSON contract |
DeleteQueue | skippr-cloud queue delete-queue | CloudQueue.DeleteQueue (queue) | JSON contract |
GetQueueUrl | skippr-cloud queue get-queue-url | CloudQueue.GetQueueUrl (queue) | JSON contract |
ListQueues | skippr-cloud queue list-queues | CloudQueue.ListQueues (queue) | JSON contract |
GetQueueAttributes | skippr-cloud queue get-queue-attributes | CloudQueue.GetQueueAttributes (queue) | JSON contract |
SetQueueAttributes | skippr-cloud queue set-queue-attributes | CloudQueue.SetQueueAttributes (queue) | JSON contract |
PurgeQueue | skippr-cloud queue purge-queue | CloudQueue.PurgeQueue (queue) | JSON contract |
Runtime actions
Read and write application data, or run the service.
| API action | CLI | Request target | JSON contract |
|---|---|---|---|
SendMessage | skippr-cloud queue send-message | CloudQueue.SendMessage (queue) | JSON contract |
SendMessageBatch | skippr-cloud queue send-message-batch | CloudQueue.SendMessageBatch (queue) | JSON contract |
ReceiveMessage | skippr-cloud queue receive-message | CloudQueue.ReceiveMessage (queue) | JSON contract |
DeleteMessage | skippr-cloud queue delete-message | CloudQueue.DeleteMessage (queue) | JSON contract |
DeleteMessageBatch | skippr-cloud queue delete-message-batch | CloudQueue.DeleteMessageBatch (queue) | JSON contract |
ChangeMessageVisibility | skippr-cloud queue change-message-visibility | CloudQueue.ChangeMessageVisibility (queue) | JSON contract |
ChangeMessageVisibilityBatch | skippr-cloud queue change-message-visibility-batch | CloudQueue.ChangeMessageVisibilityBatch (queue) | JSON contract |
Coming later
These actions are coming soon.
No actions in this group.
Platform-only actions
Platform-only actions. Do not call these from the CLI or SDKs.
No actions in this group.
secrets
Endpoint: https://secrets.eu-central-1.cloud.skippr.io. Service guide. Service-scoped API action page.
Resource management actions
Create, inspect, update, list, or delete resources.
| API action | CLI | Request target | JSON contract |
|---|---|---|---|
CreateSecret | skippr-cloud secrets create-secret | CloudSecrets.CreateSecret (secrets) | JSON contract |
DescribeSecret | skippr-cloud secrets describe-secret | CloudSecrets.DescribeSecret (secrets) | JSON contract |
ListSecrets | skippr-cloud secrets list-secrets | CloudSecrets.ListSecrets (secrets) | JSON contract |
DeleteSecret | skippr-cloud secrets delete-secret | CloudSecrets.DeleteSecret (secrets) | JSON contract |
RestoreSecret | skippr-cloud secrets restore-secret | CloudSecrets.RestoreSecret (secrets) | JSON contract |
RotateSecret | skippr-cloud secrets rotate-secret | CloudSecrets.RotateSecret (secrets) | JSON contract |
CancelRotateSecret | skippr-cloud secrets cancel-rotate-secret | CloudSecrets.CancelRotateSecret (secrets) | JSON contract |
Runtime actions
Read and write application data, or run the service.
| API action | CLI | Request target | JSON contract |
|---|---|---|---|
GetSecretValue | skippr-cloud secrets get-secret-value | CloudSecrets.GetSecretValue (secrets) | JSON contract |
PutSecretValue | skippr-cloud secrets put-secret-value | CloudSecrets.PutSecretValue (secrets) | JSON contract |
Coming later
These actions are coming soon.
No actions in this group.
Platform-only actions
Platform-only actions. Do not call these from the CLI or SDKs.
No actions in this group.
functions
Endpoint: https://functions.eu-central-1.cloud.skippr.io. Service guide. Service-scoped API action page.
Resource management actions
Create, inspect, update, list, or delete resources.
| API action | CLI | Request target | JSON contract |
|---|---|---|---|
RegisterFunction | skippr-cloud functions register-function | CloudFunctions.RegisterFunction (functions) | JSON contract |
UpdateFunction | skippr-cloud functions update-function | CloudFunctions.UpdateFunction (functions) | JSON contract |
UpdateFunctionCode | skippr-cloud functions update-function-code | CloudFunctions.UpdateFunctionCode (functions) | JSON contract |
UpdateFunctionConfiguration | skippr-cloud functions update-function-configuration | CloudFunctions.UpdateFunctionConfiguration (functions) | JSON contract |
GetFunction | skippr-cloud functions get-function | CloudFunctions.GetFunction (functions) | JSON contract |
ListFunctions | skippr-cloud functions list-functions | CloudFunctions.ListFunctions (functions) | JSON contract |
DeleteFunction | skippr-cloud functions delete-function | CloudFunctions.DeleteFunction (functions) | JSON contract |
CreateEventSourceMapping | skippr-cloud functions create-event-source-mapping | CloudFunctions.CreateEventSourceMapping (functions) | JSON contract |
Runtime actions
Read and write application data, or run the service.
| API action | CLI | Request target | JSON contract |
|---|---|---|---|
Invoke | skippr-cloud functions invoke | CloudFunctions.Invoke (functions) | JSON contract |
InvokeAsync | skippr-cloud functions invoke-async | CloudFunctions.InvokeAsync (functions) | JSON contract |
Coming later
These actions are coming soon.
No actions in this group.
Platform-only actions
Platform-only actions. Do not call these from the CLI or SDKs.
No actions in this group.
scheduler
Endpoint: https://scheduler.eu-central-1.cloud.skippr.io. Service guide. Service-scoped API action page.
Resource management actions
Create, inspect, update, list, or delete resources.
| API action | CLI | Request target | JSON contract |
|---|---|---|---|
CreateSchedule | skippr-cloud scheduler create-schedule | CloudScheduler.CreateSchedule (scheduler) | JSON contract |
UpdateSchedule | skippr-cloud scheduler update-schedule | CloudScheduler.UpdateSchedule (scheduler) | JSON contract |
GetSchedule | skippr-cloud scheduler get-schedule | CloudScheduler.GetSchedule (scheduler) | JSON contract |
DeleteSchedule | skippr-cloud scheduler delete-schedule | CloudScheduler.DeleteSchedule (scheduler) | JSON contract |
ListSchedules | skippr-cloud scheduler list-schedules | CloudScheduler.ListSchedules (scheduler) | JSON contract |
Runtime actions
Read and write application data, or run the service.
No actions in this group.
Coming later
These actions are coming soon.
No actions in this group.
Platform-only actions
Platform-only actions. Do not call these from the CLI or SDKs.
No actions in this group.
events
Endpoint: https://events.eu-central-1.cloud.skippr.io. Service guide. Service-scoped API action page.
Resource management actions
Create, inspect, update, list, or delete resources.
| API action | CLI | Request target | JSON contract |
|---|---|---|---|
CreateEventBus | skippr-cloud events create-event-bus | CloudEvents.CreateEventBus (events) | JSON contract |
DeleteEventBus | skippr-cloud events delete-event-bus | CloudEvents.DeleteEventBus (events) | JSON contract |
ListEventBuses | skippr-cloud events list-event-buses | CloudEvents.ListEventBuses (events) | JSON contract |
PutRule | skippr-cloud events put-rule | CloudEvents.PutRule (events) | JSON contract |
DescribeRule | skippr-cloud events describe-rule | CloudEvents.DescribeRule (events) | JSON contract |
ListRules | skippr-cloud events list-rules | CloudEvents.ListRules (events) | JSON contract |
DeleteRule | skippr-cloud events delete-rule | CloudEvents.DeleteRule (events) | JSON contract |
PutTargets | skippr-cloud events put-targets | CloudEvents.PutTargets (events) | JSON contract |
ListTargets | skippr-cloud events list-targets | CloudEvents.ListTargets (events) | JSON contract |
RemoveTargets | skippr-cloud events remove-targets | CloudEvents.RemoveTargets (events) | JSON contract |
Runtime actions
Read and write application data, or run the service.
| API action | CLI | Request target | JSON contract |
|---|---|---|---|
PutEvents | skippr-cloud events put-events | CloudEvents.PutEvents (events) | JSON contract |
Coming later
These actions are coming soon.
No actions in this group.
Platform-only actions
Platform-only actions. Do not call these from the CLI or SDKs.
No actions in this group.
objects
Endpoint: https://objects.cloud.skippr.io. Service guide. Service-scoped API action page.
Resource management actions
Create, inspect, update, list, or delete resources.
| API action | CLI | Request target | JSON contract |
|---|---|---|---|
CreateBucket | skippr-cloud objects create-bucket | PUT /{bucket} | JSON contract |
DeleteBucket | skippr-cloud objects delete-bucket | DELETE /{bucket} | JSON contract |
ListBuckets | skippr-cloud objects list-buckets | GET / | JSON contract |
Runtime actions
Read and write application data, or run the service.
| API action | CLI | Request target | JSON contract |
|---|---|---|---|
PutObject | skippr-cloud objects put-object | PUT /{bucket}/{key} | JSON contract |
GetObject | skippr-cloud objects get-object | GET /{bucket}/{key} | JSON contract |
HeadObject | skippr-cloud objects head-object | HEAD /{bucket}/{key} | JSON contract |
DeleteObject | skippr-cloud objects delete-object | DELETE /{bucket}/{key} | JSON contract |
ListObjectsV2 | skippr-cloud objects list-objects-v2 | GET /{bucket} | JSON contract |
CreateMultipartUpload | skippr-cloud objects create-multipart-upload | POST /{bucket}/{key} | JSON contract |
UploadPart | skippr-cloud objects upload-part | PUT /{bucket}/{key} | JSON contract |
CompleteMultipartUpload | skippr-cloud objects complete-multipart-upload | POST /{bucket}/{key} | JSON contract |
AbortMultipartUpload | skippr-cloud objects abort-multipart-upload | DELETE /{bucket}/{key} | JSON contract |
PresignedUrl | skippr-cloud objects presigned-url | GET | PUT /{bucket}/{key} |
Coming later
These actions are coming soon.
No actions in this group.
Platform-only actions
Platform-only actions. Do not call these from the CLI or SDKs.
No actions in this group.
gateway
Endpoint: https://gateway.eu-central-1.cloud.skippr.io. Service guide. Service-scoped API action page.
Resource management actions
Create, inspect, update, list, or delete resources.
| API action | CLI | Request target | JSON contract |
|---|---|---|---|
Healthz | skippr-cloud gateway healthz | CloudGateway.Healthz (gateway) | JSON contract |
CreateApi | skippr-cloud gateway create-api | CloudGateway.CreateApi (gateway) | JSON contract |
GetApi | skippr-cloud gateway get-api | CloudGateway.GetApi (gateway) | JSON contract |
ListApis | skippr-cloud gateway list-apis | CloudGateway.ListApis (gateway) | JSON contract |
UpdateApi | skippr-cloud gateway update-api | CloudGateway.UpdateApi (gateway) | JSON contract |
DeleteApi | skippr-cloud gateway delete-api | CloudGateway.DeleteApi (gateway) | JSON contract |
CreateRoute | skippr-cloud gateway create-route | CloudGateway.CreateRoute (gateway) | JSON contract |
GetRoute | skippr-cloud gateway get-route | CloudGateway.GetRoute (gateway) | JSON contract |
ListRoutes | skippr-cloud gateway list-routes | CloudGateway.ListRoutes (gateway) | JSON contract |
UpdateRoute | skippr-cloud gateway update-route | CloudGateway.UpdateRoute (gateway) | JSON contract |
DeleteRoute | skippr-cloud gateway delete-route | CloudGateway.DeleteRoute (gateway) | JSON contract |
CreateIntegration | skippr-cloud gateway create-integration | CloudGateway.CreateIntegration (gateway) | JSON contract |
GetIntegration | skippr-cloud gateway get-integration | CloudGateway.GetIntegration (gateway) | JSON contract |
ListIntegrations | skippr-cloud gateway list-integrations | CloudGateway.ListIntegrations (gateway) | JSON contract |
UpdateIntegration | skippr-cloud gateway update-integration | CloudGateway.UpdateIntegration (gateway) | JSON contract |
DeleteIntegration | skippr-cloud gateway delete-integration | CloudGateway.DeleteIntegration (gateway) | JSON contract |
CreateAuthorizer | skippr-cloud gateway create-authorizer | CloudGateway.CreateAuthorizer (gateway) | JSON contract |
GetAuthorizer | skippr-cloud gateway get-authorizer | CloudGateway.GetAuthorizer (gateway) | JSON contract |
ListAuthorizers | skippr-cloud gateway list-authorizers | CloudGateway.ListAuthorizers (gateway) | JSON contract |
DeleteAuthorizer | skippr-cloud gateway delete-authorizer | CloudGateway.DeleteAuthorizer (gateway) | JSON contract |
CreateDomainName | skippr-cloud gateway create-domain-name | CloudGateway.CreateDomainName (gateway) | JSON contract |
GetDomainName | skippr-cloud gateway get-domain-name | CloudGateway.GetDomainName (gateway) | JSON contract |
ListDomainNames | skippr-cloud gateway list-domain-names | CloudGateway.ListDomainNames (gateway) | JSON contract |
AttachDomainName | skippr-cloud gateway attach-domain-name | CloudGateway.AttachDomainName (gateway) | JSON contract |
DetachDomainName | skippr-cloud gateway detach-domain-name | CloudGateway.DetachDomainName (gateway) | JSON contract |
VerifyDomainName | skippr-cloud gateway verify-domain-name | CloudGateway.VerifyDomainName (gateway) | JSON contract |
DeleteDomainName | skippr-cloud gateway delete-domain-name | CloudGateway.DeleteDomainName (gateway) | JSON contract |
Runtime actions
Read and write application data, or run the service.
| API action | CLI | Request target | JSON contract |
|---|---|---|---|
DisconnectConnection | skippr-cloud gateway disconnect-connection | CloudGateway.DisconnectConnection (gateway) | JSON contract |
GetConnection | skippr-cloud gateway get-connection | CloudGateway.GetConnection (gateway) | JSON contract |
ListConnections | skippr-cloud gateway list-connections | CloudGateway.ListConnections (gateway) | JSON contract |
PostToConnection | skippr-cloud gateway post-to-connection | CloudGateway.PostToConnection (gateway) | JSON contract |
Coming later
These actions are coming soon.
No actions in this group.
Platform-only actions
Platform-only actions. Do not call these from the CLI or SDKs.
| API action | CLI | Request target | JSON contract |
|---|---|---|---|
SigV4Proxy | skippr-cloud gateway sig-v4-proxy | CloudGateway.SigV4Proxy (gateway) | JSON contract |
JwtProxy | skippr-cloud gateway jwt-proxy | CloudGateway.JwtProxy (gateway) | JSON contract |
WorkloadJwtMint | skippr-cloud gateway workload-jwt-mint | CloudGateway.WorkloadJwtMint (gateway) | JSON contract |
RateLimitIp | skippr-cloud gateway rate-limit-ip | CloudGateway.RateLimitIp (gateway) | JSON contract |
RateLimitCredential | skippr-cloud gateway rate-limit-credential | CloudGateway.RateLimitCredential (gateway) | JSON contract |
ExecuteFunctionIntegration | skippr-cloud gateway execute-function-integration | CloudGateway.ExecuteFunctionIntegration (gateway) | JSON contract |
ExecuteEventsPut | skippr-cloud gateway execute-events-put | CloudGateway.ExecuteEventsPut (gateway) | JSON contract |
WebSocketConnect | skippr-cloud gateway web-socket-connect | CloudGateway.WebSocketConnect (gateway) | JSON contract |
WebSocketMessage | skippr-cloud gateway web-socket-message | CloudGateway.WebSocketMessage (gateway) | JSON contract |
dns
Endpoint: https://dns.eu-central-1.cloud.skippr.io. Service guide. Service-scoped API action page.
Resource management actions
Create, inspect, update, list, or delete resources.
| API action | CLI | Request target | JSON contract |
|---|---|---|---|
ListZones | skippr-cloud dns list-zones | CloudDns.ListZones (dns) | JSON contract |
GetZone | skippr-cloud dns get-zone | CloudDns.GetZone (dns) | JSON contract |
CreateZone | skippr-cloud dns create-zone | CloudDns.CreateZone (dns) | JSON contract |
DeleteZone | skippr-cloud dns delete-zone | CloudDns.DeleteZone (dns) | JSON contract |
ListRecords | skippr-cloud dns list-records | CloudDns.ListRecords (dns) | JSON contract |
GetRecord | skippr-cloud dns get-record | CloudDns.GetRecord (dns) | JSON contract |
CreateRecord | skippr-cloud dns create-record | CloudDns.CreateRecord (dns) | JSON contract |
UpsertRecord | skippr-cloud dns upsert-record | CloudDns.UpsertRecord (dns) | JSON contract |
DeleteRecord | skippr-cloud dns delete-record | CloudDns.DeleteRecord (dns) | JSON contract |
Runtime actions
Read and write application data, or run the service.
No actions in this group.
Coming later
These actions are coming soon.
No actions in this group.
Platform-only actions
Platform-only actions. Do not call these from the CLI or SDKs.
| API action | CLI | Request target | JSON contract |
|---|---|---|---|
PublishDns01 | skippr-cloud dns publish-dns01 | CloudDns.PublishDns01 (dns) | JSON contract |
DeleteDns01 | skippr-cloud dns delete-dns01 | CloudDns.DeleteDns01 (dns) | JSON contract |
certs
Endpoint: https://certs.eu-central-1.cloud.skippr.io. Service guide. Service-scoped API action page.
Resource management actions
Create, inspect, update, list, or delete resources.
| API action | CLI | Request target | JSON contract |
|---|---|---|---|
RequestCertificate | skippr-cloud certs request-certificate | CloudCerts.RequestCertificate (certs) | JSON contract |
GetOrder | skippr-cloud certs get-order | CloudCerts.GetOrder (certs) | JSON contract |
DescribeCertificate | skippr-cloud certs describe-certificate | CloudCerts.DescribeCertificate (certs) | JSON contract |
ListCertificates | skippr-cloud certs list-certificates | CloudCerts.ListCertificates (certs) | JSON contract |
RenewCertificate | skippr-cloud certs renew-certificate | CloudCerts.RenewCertificate (certs) | JSON contract |
DeleteCertificate | skippr-cloud certs delete-certificate | CloudCerts.DeleteCertificate (certs) | JSON contract |
Runtime actions
Read and write application data, or run the service.
No actions in this group.
Coming later
These actions are coming soon.
No actions in this group.
Platform-only actions
Platform-only actions. Do not call these from the CLI or SDKs.
No actions in this group.
sites
Endpoint: https://sites.eu-central-1.cloud.skippr.io. Service guide. Service-scoped API action page.
Resource management actions
Create, inspect, update, list, or delete resources.
| API action | CLI | Request target | JSON contract |
|---|---|---|---|
CreateSite | skippr-cloud sites create-site | CloudSites.CreateSite (sites) | JSON contract |
GetSite | skippr-cloud sites get-site | CloudSites.GetSite (sites) | JSON contract |
ListSites | skippr-cloud sites list-sites | CloudSites.ListSites (sites) | JSON contract |
UpdateSite | skippr-cloud sites update-site | CloudSites.UpdateSite (sites) | JSON contract |
DeleteSite | skippr-cloud sites delete-site | CloudSites.DeleteSite (sites) | JSON contract |
CreateDeployment | skippr-cloud sites create-deployment | CloudSites.CreateDeployment (sites) | JSON contract |
CompleteDeployment | skippr-cloud sites complete-deployment | CloudSites.CompleteDeployment (sites) | JSON contract |
GetDeployment | skippr-cloud sites get-deployment | CloudSites.GetDeployment (sites) | JSON contract |
ListDeployments | skippr-cloud sites list-deployments | CloudSites.ListDeployments (sites) | JSON contract |
PromoteDeployment | skippr-cloud sites promote-deployment | CloudSites.PromoteDeployment (sites) | JSON contract |
CreatePreviewToken | skippr-cloud sites create-preview-token | CloudSites.CreatePreviewToken (sites) | JSON contract |
CreatePreviewShareLink | skippr-cloud sites create-preview-share-link | CloudSites.CreatePreviewShareLink (sites) | JSON contract |
RevokePreviewShareLink | skippr-cloud sites revoke-preview-share-link | CloudSites.RevokePreviewShareLink (sites) | JSON contract |
CreateImageToken | skippr-cloud sites create-image-token | CloudSites.CreateImageToken (sites) | JSON contract |
DeleteDeployment | skippr-cloud sites delete-deployment | CloudSites.DeleteDeployment (sites) | JSON contract |
CreateDomainBinding | skippr-cloud sites create-domain-binding | CloudSites.CreateDomainBinding (sites) | JSON contract |
GetDomainBinding | skippr-cloud sites get-domain-binding | CloudSites.GetDomainBinding (sites) | JSON contract |
ListDomainBindings | skippr-cloud sites list-domain-bindings | CloudSites.ListDomainBindings (sites) | JSON contract |
VerifyDomainBinding | skippr-cloud sites verify-domain-binding | CloudSites.VerifyDomainBinding (sites) | JSON contract |
DeleteDomainBinding | skippr-cloud sites delete-domain-binding | CloudSites.DeleteDomainBinding (sites) | JSON contract |
PurgeCache | skippr-cloud sites purge-cache | CloudSites.PurgeCache (sites) | JSON contract |
RevalidatePath | skippr-cloud sites revalidate-path | CloudSites.RevalidatePath (sites) | JSON contract |
RevalidateTag | skippr-cloud sites revalidate-tag | CloudSites.RevalidateTag (sites) | JSON contract |
RedriveEffect | skippr-cloud sites redrive-effect | CloudSites.RedriveEffect (sites) | JSON contract |
Runtime actions
Read and write application data, or run the service.
No actions in this group.
Coming later
These actions are coming soon.
No actions in this group.
Platform-only actions
Platform-only actions. Do not call these from the CLI or SDKs.
No actions in this group.
inventory
Endpoint: https://inventory.eu-central-1.cloud.skippr.io. Service guide. Service-scoped API action page.
Resource management actions
Create, inspect, update, list, or delete resources.
| API action | CLI | Request target | JSON contract |
|---|---|---|---|
RegisterResource | skippr-cloud inventory register-resource | CloudInventory.RegisterResource (inventory) | JSON contract |
UpdateResourceRecord | skippr-cloud inventory update-resource-record | CloudInventory.UpdateResourceRecord (inventory) | JSON contract |
DeregisterResource | skippr-cloud inventory deregister-resource | CloudInventory.DeregisterResource (inventory) | JSON contract |
GetResource | skippr-cloud inventory get-resource | CloudInventory.GetResource (inventory) | JSON contract |
ListResources | skippr-cloud inventory list-resources | CloudInventory.ListResources (inventory) | JSON contract |
VerifyResource | skippr-cloud inventory verify-resource | CloudInventory.VerifyResource (inventory) | JSON contract |
ReportDrift | skippr-cloud inventory report-drift | CloudInventory.ReportDrift (inventory) | JSON contract |
Runtime actions
Read and write application data, or run the service.
No actions in this group.
Coming later
These actions are coming soon.
No actions in this group.
Platform-only actions
Platform-only actions. Do not call these from the CLI or SDKs.
No actions in this group.
auth
Endpoint: https://auth.cloud.skippr.io. Auth (app user pools) · Cloud User Directory (sign-in, people, policies, keys). Service-scoped API action page.
Resource management actions
Create, inspect, update, list, or delete resources.
| API action | CLI | Request target | JSON contract |
|---|---|---|---|
SignIn | skippr-cloud auth sign-in | POST /auth/sign-in | JSON contract |
Confirm | skippr-cloud auth confirm | POST /auth/confirm | JSON contract |
GetJwks | skippr-cloud auth get-jwks | GET /.well-known/jwks.json | JSON contract |
Health | skippr-cloud auth health | GET /health | JSON contract |
GetSession | skippr-cloud auth get-session | GET /auth/session | JSON contract |
RefreshToken | skippr-cloud auth refresh-token | POST /auth/refresh | JSON contract |
Logout | skippr-cloud auth logout | POST /auth/logout | JSON contract |
DeleteAccount | skippr-cloud auth delete-account | DELETE /auth/delete | JSON contract |
GetCredentials | skippr-cloud auth get-credentials | POST /auth/credentials | JSON contract |
ListWorkspaces | skippr-cloud auth list-workspaces | GET /auth/workspaces | JSON contract |
CreateWorkspace | skippr-cloud auth create-workspace | POST /auth/workspaces | JSON contract |
GetWorkspaceConfig | skippr-cloud auth get-workspace-config | GET /auth/workspaces/{workspace}/config | JSON contract |
PutWorkspace | skippr-cloud auth put-workspace | PUT /auth/workspaces/{workspace} | JSON contract |
AcquireRunLock | skippr-cloud auth acquire-run-lock | POST /auth/workspaces/{workspace}/runs/lock/acquire | JSON contract |
RunLockHeartbeat | skippr-cloud auth run-lock-heartbeat | POST /auth/workspaces/{workspace}/runs/lock/heartbeat | JSON contract |
RunLockComplete | skippr-cloud auth run-lock-complete | POST /auth/workspaces/{workspace}/runs/lock/complete | JSON contract |
GetRunLock | skippr-cloud auth get-run-lock | GET /auth/workspaces/{workspace}/runs/lock | JSON contract |
ListRuns | skippr-cloud auth list-runs | GET /auth/workspaces/{workspace}/runs | JSON contract |
GetRun | skippr-cloud auth get-run | GET /auth/workspaces/{workspace}/runs/{runId} | JSON contract |
PutRun | skippr-cloud auth put-run | PUT /auth/workspaces/{workspace}/runs/{runId} | JSON contract |
Authorize | skippr-cloud auth authorize | POST /auth/authorize | JSON contract |
CreateWorkloadKey | skippr-cloud auth create-workload-key | POST /auth/workload-keys | JSON contract |
ListWorkloadKeys | skippr-cloud auth list-workload-keys | GET /auth/workload-keys | JSON contract |
GetWorkloadKey | skippr-cloud auth get-workload-key | GET /auth/workload-keys/{principalId} | JSON contract |
RevokeWorkloadKey | skippr-cloud auth revoke-workload-key | DELETE /auth/workload-keys/{principalId} | JSON contract |
RotateWorkloadKey | skippr-cloud auth rotate-workload-key | POST /auth/workload-keys/{principalId}/rotate | JSON contract |
CreatePolicy | skippr-cloud auth create-policy | POST /auth/policies | JSON contract |
GetPolicy | skippr-cloud auth get-policy | GET /auth/policies/{policyId} | JSON contract |
ListPolicies | skippr-cloud auth list-policies | GET /auth/policies | JSON contract |
UpdatePolicy | skippr-cloud auth update-policy | PUT /auth/policies/{policyId} | JSON contract |
DeletePolicy | skippr-cloud auth delete-policy | DELETE /auth/policies/{policyId} | JSON contract |
ValidatePolicy | skippr-cloud auth validate-policy | POST /auth/policies/validate | JSON contract |
GetPolicyEpoch | skippr-cloud auth get-policy-epoch | GET /auth/policies/epoch | JSON contract |
CreateUserPool | skippr-cloud auth create-user-pool | POST /auth/user-pools | JSON contract |
ListUserPools | skippr-cloud auth list-user-pools | GET /auth/user-pools | JSON contract |
DescribeUserPool | skippr-cloud auth describe-user-pool | GET /auth/user-pools/{poolId} | JSON contract |
DeleteUserPool | skippr-cloud auth delete-user-pool | DELETE /auth/user-pools/{poolId} | JSON contract |
CreateAppClient | skippr-cloud auth create-app-client | POST /auth/user-pools/{poolId}/clients | JSON contract |
ListAppClients | skippr-cloud auth list-app-clients | GET /auth/user-pools/{poolId}/clients | JSON contract |
DescribeAppClient | skippr-cloud auth describe-app-client | GET /auth/user-pools/{poolId}/clients/{clientId} | JSON contract |
DeleteAppClient | skippr-cloud auth delete-app-client | DELETE /auth/user-pools/{poolId}/clients/{clientId} | JSON contract |
PoolSignIn | skippr-cloud auth pool-sign-in | POST /auth/user-pools/{poolId}/sign-in | JSON contract |
PoolConfirm | skippr-cloud auth pool-confirm | POST /auth/user-pools/{poolId}/confirm | JSON contract |
PoolRefresh | skippr-cloud auth pool-refresh | POST /auth/user-pools/{poolId}/refresh | JSON contract |
PoolLogout | skippr-cloud auth pool-logout | POST /auth/user-pools/{poolId}/logout | JSON contract |
ListDirectoryRoles | skippr-cloud auth list-directory-roles | GET /auth/directory/roles | JSON contract |
GetOidcLoginUrl | skippr-cloud auth get-oidc-login-url | POST /auth/directory/oidc/login-url | JSON contract |
AssignDirectoryRole | skippr-cloud auth assign-directory-role | PUT /auth/directory/members/{memberId}/role | JSON contract |
ListDirectoryMembers | skippr-cloud auth list-directory-members | GET /auth/directory/members | JSON contract |
CreateOperatorAccessKey | skippr-cloud auth create-operator-access-key | POST /auth/directory/access-keys | JSON contract |
ListOperatorAccessKeys | skippr-cloud auth list-operator-access-keys | GET /auth/directory/access-keys | JSON contract |
RevokeOperatorAccessKey | skippr-cloud auth revoke-operator-access-key | DELETE /auth/directory/access-keys/{keyId} | JSON contract |
Runtime actions
Read and write application data, or run the service.
No actions in this group.
Coming later
These actions are coming soon.
No actions in this group.
Platform-only actions
Platform-only actions. Do not call these from the CLI or SDKs.
No actions in this group.
logs
Endpoint: https://logs.eu-central-1.cloud.skippr.io. Service guide. Service-scoped API action page.
Resource management actions
Create, inspect, update, list, or delete resources.
| API action | CLI | Request target | JSON contract |
|---|---|---|---|
CreateLogGroup | skippr-cloud logs create-log-group | CloudLogs.CreateLogGroup (logs) | JSON contract |
CreateLogStream | skippr-cloud logs create-log-stream | CloudLogs.CreateLogStream (logs) | JSON contract |
DescribeLogGroups | skippr-cloud logs describe-log-groups | CloudLogs.DescribeLogGroups (logs) | JSON contract |
DescribeLogStreams | skippr-cloud logs describe-log-streams | CloudLogs.DescribeLogStreams (logs) | JSON contract |
DeleteLogGroup | skippr-cloud logs delete-log-group | CloudLogs.DeleteLogGroup (logs) | JSON contract |
DeleteLogStream | skippr-cloud logs delete-log-stream | CloudLogs.DeleteLogStream (logs) | JSON contract |
CreateSubscriptionFilter | skippr-cloud logs create-subscription-filter | CloudLogs.CreateSubscriptionFilter (logs) | JSON contract |
Runtime actions
Read and write application data, or run the service.
| API action | CLI | Request target | JSON contract |
|---|---|---|---|
PutLogEvents | skippr-cloud logs put-log-events | CloudLogs.PutLogEvents (logs) | JSON contract |
FilterLogEvents | skippr-cloud logs filter-log-events | CloudLogs.FilterLogEvents (logs) | JSON contract |
StartQuery | skippr-cloud logs start-query | CloudLogs.StartQuery (logs) | JSON contract |
Coming later
These actions are coming soon.
No actions in this group.
Platform-only actions
Platform-only actions. Do not call these from the CLI or SDKs.
No actions in this group.
metrics
Endpoint: https://metrics.eu-central-1.cloud.skippr.io. Service guide. Service-scoped API action page.
Resource management actions
Create, inspect, update, list, or delete resources.
| API action | CLI | Request target | JSON contract |
|---|---|---|---|
ListMetrics | skippr-cloud metrics list-metrics | CloudMetrics.ListMetrics (metrics) | JSON contract |
PutMetricAlarm | skippr-cloud metrics put-metric-alarm | CloudMetrics.PutMetricAlarm (metrics) | JSON contract |
DescribeAlarms | skippr-cloud metrics describe-alarms | CloudMetrics.DescribeAlarms (metrics) | JSON contract |
DeleteMetricAlarm | skippr-cloud metrics delete-metric-alarm | CloudMetrics.DeleteMetricAlarm (metrics) | JSON contract |
Runtime actions
Read and write application data, or run the service.
| API action | CLI | Request target | JSON contract |
|---|---|---|---|
PutMetricData | skippr-cloud metrics put-metric-data | CloudMetrics.PutMetricData (metrics) | JSON contract |
GetMetricStatistics | skippr-cloud metrics get-metric-statistics | CloudMetrics.GetMetricStatistics (metrics) | JSON contract |
GetMetricData | skippr-cloud metrics get-metric-data | CloudMetrics.GetMetricData (metrics) | JSON contract |
Coming later
These actions are coming soon.
No actions in this group.
Platform-only actions
Platform-only actions. Do not call these from the CLI or SDKs.
No actions in this group.
traces
Endpoint: https://traces.eu-central-1.cloud.skippr.io. Service guide. Service-scoped API action page.
Resource management actions
Create, inspect, update, list, or delete resources.
| API action | CLI | Request target | JSON contract |
|---|---|---|---|
CreateTraceGroup | skippr-cloud traces create-trace-group | CloudTraces.CreateTraceGroup (traces) | JSON contract |
DescribeTraceGroup | skippr-cloud traces describe-trace-group | CloudTraces.DescribeTraceGroup (traces) | JSON contract |
DeleteTraceGroup | skippr-cloud traces delete-trace-group | CloudTraces.DeleteTraceGroup (traces) | JSON contract |
ListTraceGroups | skippr-cloud traces list-trace-groups | CloudTraces.ListTraceGroups (traces) | JSON contract |
Runtime actions
Read and write application data, or run the service.
| API action | CLI | Request target | JSON contract |
|---|---|---|---|
PutTraceSpans | skippr-cloud traces put-trace-spans | CloudTraces.PutTraceSpans (traces) | JSON contract |
GetTrace | skippr-cloud traces get-trace | CloudTraces.GetTrace (traces) | JSON contract |
GetTraceSummaries | skippr-cloud traces get-trace-summaries | CloudTraces.GetTraceSummaries (traces) | JSON contract |
GetTraceGraph | skippr-cloud traces get-trace-graph | CloudTraces.GetTraceGraph (traces) | JSON contract |
PutTraceSegments | skippr-cloud traces put-trace-segments | CloudTraces.PutTraceSegments (traces) | JSON contract |
BatchGetTraces | skippr-cloud traces batch-get-traces | CloudTraces.BatchGetTraces (traces) | JSON contract |
OtlpExport | skippr-cloud traces otlp-export | CloudTraces.OtlpExport (traces) | JSON contract |
Coming later
These actions are coming soon.
No actions in this group.
Platform-only actions
Platform-only actions. Do not call these from the CLI or SDKs.
No actions in this group.
elt
Endpoint: https://elt.eu-central-1.cloud.skippr.io. Service guide. Service-scoped API action page.
Resource management actions
Create, inspect, update, list, or delete resources.
| API action | CLI | Request target | JSON contract |
|---|---|---|---|
CreatePipeline | skippr-cloud elt create-pipeline | CloudElt.CreatePipeline (elt) | JSON contract |
GetPipeline | skippr-cloud elt get-pipeline | CloudElt.GetPipeline (elt) | JSON contract |
ListPipelines | skippr-cloud elt list-pipelines | CloudElt.ListPipelines (elt) | JSON contract |
UpdatePipeline | skippr-cloud elt update-pipeline | CloudElt.UpdatePipeline (elt) | JSON contract |
DeletePipeline | skippr-cloud elt delete-pipeline | CloudElt.DeletePipeline (elt) | JSON contract |
Runtime actions
Read and write application data, or run the service.
| API action | CLI | Request target | JSON contract |
|---|---|---|---|
StartRun | skippr-cloud elt start-run | CloudElt.StartRun (elt) | JSON contract |
DescribeRun | skippr-cloud elt describe-run | CloudElt.DescribeRun (elt) | JSON contract |
ListRuns | skippr-cloud elt list-runs | CloudElt.ListRuns (elt) | JSON contract |
StopRun | skippr-cloud elt stop-run | CloudElt.StopRun (elt) | JSON contract |
Coming later
These actions are coming soon.
No actions in this group.
Platform-only actions
Platform-only actions. Do not call these from the CLI or SDKs.
No actions in this group.
query
Endpoint: https://query.eu-central-1.cloud.skippr.io. Service guide. Service-scoped API action page.
Resource management actions
Create, inspect, update, list, or delete resources.
| API action | CLI | Request target | JSON contract |
|---|---|---|---|
ListTables | skippr-cloud query list-tables | CloudQuery.ListTables (query) | JSON contract |
DescribeTable | skippr-cloud query describe-table | CloudQuery.DescribeTable (query) | JSON contract |
Runtime actions
Read and write application data, or run the service.
| API action | CLI | Request target | JSON contract |
|---|---|---|---|
ExecuteStatement | skippr-cloud query execute-statement | CloudQuery.ExecuteStatement (query) | JSON contract |
Coming later
These actions are coming soon.
| API action | CLI | Request target | JSON contract |
|---|---|---|---|
StopQuery | skippr-cloud query stop-query | CloudQuery.StopQuery (query) | JSON contract |
Platform-only actions
Platform-only actions. Do not call these from the CLI or SDKs.
No actions in this group.
machines
Endpoint: https://machines.eu-central-1.cloud.skippr.io. Service guide. Service-scoped API action page.
Resource management actions
Create, inspect, update, list, or delete resources.
No actions in this group.
Runtime actions
Read and write application data, or run the service.
No actions in this group.
Coming later
These actions are coming soon.
| API action | CLI | Request target | JSON contract |
|---|---|---|---|
CreateFleet | skippr-cloud machines create-fleet | CloudMachines.CreateFleet (machines) | JSON contract |
DescribeFleet | skippr-cloud machines describe-fleet | CloudMachines.DescribeFleet (machines) | JSON contract |
ListFleets | skippr-cloud machines list-fleets | CloudMachines.ListFleets (machines) | JSON contract |
UpdateDesiredCount | skippr-cloud machines update-desired-count | CloudMachines.UpdateDesiredCount (machines) | JSON contract |
UpdateFleet | skippr-cloud machines update-fleet | CloudMachines.UpdateFleet (machines) | JSON contract |
DeleteFleet | skippr-cloud machines delete-fleet | CloudMachines.DeleteFleet (machines) | JSON contract |
ListImages | skippr-cloud machines list-images | CloudMachines.ListImages (machines) | JSON contract |
Platform-only actions
Platform-only actions. Do not call these from the CLI or SDKs.
No actions in this group.
deploy
Endpoint: https://deploy.eu-central-1.cloud.skippr.io. Service guide. Service-scoped API action page.
Resource management actions
Create, inspect, update, list, or delete resources.
| API action | CLI | Request target | JSON contract |
|---|---|---|---|
Connect | skippr-cloud deploy runner connect | CloudDeploy.Runner.Connect (deploy) | JSON contract |
CompleteGitHubConnect | skippr-cloud deploy runner complete-github-connect | CloudDeploy.Runner.CompleteGitHubConnect (deploy) | JSON contract |
GetUsage | skippr-cloud deploy runner get-usage | CloudDeploy.Runner.GetUsage (deploy) | JSON contract |
CreateCheckoutSession | skippr-cloud deploy runner create-checkout-session | CloudDeploy.Runner.CreateCheckoutSession (deploy) | JSON contract |
CompleteCheckoutSession | skippr-cloud deploy runner complete-checkout-session | CloudDeploy.Runner.CompleteCheckoutSession (deploy) | JSON contract |
GetInvoice | skippr-cloud deploy runner get-invoice | CloudDeploy.Runner.GetInvoice (deploy) | JSON contract |
ListInvoices | skippr-cloud deploy runner list-invoices | CloudDeploy.Runner.ListInvoices (deploy) | JSON contract |
CreateGitHubInstallation | skippr-cloud deploy runner create-github-installation | CloudDeploy.Runner.CreateGitHubInstallation (deploy) | JSON contract |
GetGitHubInstallation | skippr-cloud deploy runner get-github-installation | CloudDeploy.Runner.GetGitHubInstallation (deploy) | JSON contract |
ListGitHubInstallations | skippr-cloud deploy runner list-github-installations | CloudDeploy.Runner.ListGitHubInstallations (deploy) | JSON contract |
DeleteGitHubInstallation | skippr-cloud deploy runner delete-github-installation | CloudDeploy.Runner.DeleteGitHubInstallation (deploy) | JSON contract |
CreateRepositoryBinding | skippr-cloud deploy runner create-repository-binding | CloudDeploy.Runner.CreateRepositoryBinding (deploy) | JSON contract |
GetRepositoryBinding | skippr-cloud deploy runner get-repository-binding | CloudDeploy.Runner.GetRepositoryBinding (deploy) | JSON contract |
ListRepositoryBindings | skippr-cloud deploy runner list-repository-bindings | CloudDeploy.Runner.ListRepositoryBindings (deploy) | JSON contract |
UpdateRepositoryBinding | skippr-cloud deploy runner update-repository-binding | CloudDeploy.Runner.UpdateRepositoryBinding (deploy) | JSON contract |
DeleteRepositoryBinding | skippr-cloud deploy runner delete-repository-binding | CloudDeploy.Runner.DeleteRepositoryBinding (deploy) | JSON contract |
CreateRunnerPool | skippr-cloud deploy runner create-runner-pool | CloudDeploy.Runner.CreateRunnerPool (deploy) | JSON contract |
GetRunnerPool | skippr-cloud deploy runner get-runner-pool | CloudDeploy.Runner.GetRunnerPool (deploy) | JSON contract |
ListRunnerPools | skippr-cloud deploy runner list-runner-pools | CloudDeploy.Runner.ListRunnerPools (deploy) | JSON contract |
UpdateRunnerPool | skippr-cloud deploy runner update-runner-pool | CloudDeploy.Runner.UpdateRunnerPool (deploy) | JSON contract |
DeleteRunnerPool | skippr-cloud deploy runner delete-runner-pool | CloudDeploy.Runner.DeleteRunnerPool (deploy) | JSON contract |
PutRunnerPoolVariable | skippr-cloud deploy runner put-runner-pool-variable | CloudDeploy.Runner.PutRunnerPoolVariable (deploy) | JSON contract |
DeleteRunnerPoolVariable | skippr-cloud deploy runner delete-runner-pool-variable | CloudDeploy.Runner.DeleteRunnerPoolVariable (deploy) | JSON contract |
ListRunnerPoolVariables | skippr-cloud deploy runner list-runner-pool-variables | CloudDeploy.Runner.ListRunnerPoolVariables (deploy) | JSON contract |
PutRunnerPoolSecretRef | skippr-cloud deploy runner put-runner-pool-secret-ref | CloudDeploy.Runner.PutRunnerPoolSecretRef (deploy) | JSON contract |
DeleteRunnerPoolSecretRef | skippr-cloud deploy runner delete-runner-pool-secret-ref | CloudDeploy.Runner.DeleteRunnerPoolSecretRef (deploy) | JSON contract |
ListRunnerPoolSecretRefs | skippr-cloud deploy runner list-runner-pool-secret-refs | CloudDeploy.Runner.ListRunnerPoolSecretRefs (deploy) | JSON contract |
ListRunnerSessions | skippr-cloud deploy runner list-runner-sessions | CloudDeploy.Runner.ListRunnerSessions (deploy) | JSON contract |
GetRunnerSession | skippr-cloud deploy runner get-runner-session | CloudDeploy.Runner.GetRunnerSession (deploy) | JSON contract |
CancelRunnerSession | skippr-cloud deploy runner cancel-runner-session | CloudDeploy.Runner.CancelRunnerSession (deploy) | JSON contract |
GetGitHubWebhookStatus | skippr-cloud deploy runner get-github-webhook-status | CloudDeploy.Runner.GetGitHubWebhookStatus (deploy) | JSON contract |
IssueRunnerRegistration | skippr-cloud deploy runner issue-runner-registration | CloudDeploy.Runner.IssueRunnerRegistration (deploy) | JSON contract |
CompleteRunnerSession | skippr-cloud deploy runner complete-runner-session | CloudDeploy.Runner.CompleteRunnerSession (deploy) | JSON contract |
HeartbeatRunnerSession | skippr-cloud deploy runner heartbeat-runner-session | CloudDeploy.Runner.HeartbeatRunnerSession (deploy) | JSON contract |
HeartbeatRunnerHost | skippr-cloud deploy runner heartbeat-runner-host | CloudDeploy.Runner.HeartbeatRunnerHost (deploy) | JSON contract |
ClaimBoundRunnerSession | skippr-cloud deploy runner claim-bound-runner-session | CloudDeploy.Runner.ClaimBoundRunnerSession (deploy) | JSON contract |
PutRunnerHost | skippr-cloud deploy runner put-runner-host | CloudDeploy.Runner.PutRunnerHost (deploy) | JSON contract |
skippr-cloud deploy runner create-checkout-session returns a Checkout URL and sessionId. Complete payment with complete-checkout-session.
Runtime actions
Read and write application data, or run the service.
No actions in this group.
Coming later
These actions are coming soon.
No actions in this group.
Platform-only actions
Platform-only actions. Do not call these from the CLI or SDKs.
| API action | CLI | Request target | JSON contract |
|---|---|---|---|
GitHubWebhook | skippr-cloud deploy runner github-webhook | CloudDeploy.Runner.GitHubWebhook (deploy) | JSON contract |
Additional unavailable actions
These entries have no generated request or response contract. Coming-soon entries may arrive later; removed entries are kept only as history.
streamsCreateTopics— coming soon.streamsDeleteTopics— coming soon.streamsMetadata— coming soon.streamsDescribeTopics— coming soon.streamsProduce— coming soon.streamsFetch— coming soon.streamsFindCoordinator— coming soon.streamsJoinGroup— coming soon.streamsSyncGroup— coming soon.streamsHeartbeat— coming soon.streamsLeaveGroup— coming soon.streamsOffsetCommit— coming soon.streamsOffsetFetch— coming soon.streamsDescribeConfigs— coming soon.streamsAlterConfigs— coming soon.streamsListOffsets— coming soon.streamsListGroups— coming soon.streamsDescribeGroups— coming soon.tablesProjectionExpression— coming soon.tablesStreamSpecification— coming soon.functionsFunctionUrl— coming soon.machinesSetAutoscaling— coming soon.authCreateApiKey— removed.authListApiKeys— removed.authRevokeApiKey— removed.authApiKeyExchange— removed.authOidcSsoLogin— coming soon.authCreateOidcConnection— coming soon.
