Skip to content

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

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 actionCLIRequest targetJSON contract
CreateTableskippr-cloud tables create-tableCloudTables.CreateTable (tables)JSON contract
DescribeTableskippr-cloud tables describe-tableCloudTables.DescribeTable (tables)JSON contract
UpdateTableskippr-cloud tables update-tableCloudTables.UpdateTable (tables)JSON contract
DeleteTableskippr-cloud tables delete-tableCloudTables.DeleteTable (tables)JSON contract
ListTablesskippr-cloud tables list-tablesCloudTables.ListTables (tables)JSON contract
UpdateTimeToLiveskippr-cloud tables update-time-to-liveCloudTables.UpdateTimeToLive (tables)JSON contract
DescribeTimeToLiveskippr-cloud tables describe-time-to-liveCloudTables.DescribeTimeToLive (tables)JSON contract

Runtime actions

Read and write application data, or run the service.

API actionCLIRequest targetJSON contract
GetItemskippr-cloud tables get-itemCloudTables.GetItem (tables)JSON contract
PutItemskippr-cloud tables put-itemCloudTables.PutItem (tables)JSON contract
UpdateItemskippr-cloud tables update-itemCloudTables.UpdateItem (tables)JSON contract
DeleteItemskippr-cloud tables delete-itemCloudTables.DeleteItem (tables)JSON contract
Queryskippr-cloud tables queryCloudTables.Query (tables)JSON contract
Scanskippr-cloud tables scanCloudTables.Scan (tables)JSON contract
BatchGetItemskippr-cloud tables batch-get-itemCloudTables.BatchGetItem (tables)JSON contract
BatchWriteItemskippr-cloud tables batch-write-itemCloudTables.BatchWriteItem (tables)JSON contract
TransactWriteItemsskippr-cloud tables transact-write-itemsCloudTables.TransactWriteItems (tables)JSON contract
TransactGetItemsskippr-cloud tables transact-get-itemsCloudTables.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 actionCLIRequest targetJSON contract
CreateQueueskippr-cloud queue create-queueCloudQueue.CreateQueue (queue)JSON contract
DeleteQueueskippr-cloud queue delete-queueCloudQueue.DeleteQueue (queue)JSON contract
GetQueueUrlskippr-cloud queue get-queue-urlCloudQueue.GetQueueUrl (queue)JSON contract
ListQueuesskippr-cloud queue list-queuesCloudQueue.ListQueues (queue)JSON contract
GetQueueAttributesskippr-cloud queue get-queue-attributesCloudQueue.GetQueueAttributes (queue)JSON contract
SetQueueAttributesskippr-cloud queue set-queue-attributesCloudQueue.SetQueueAttributes (queue)JSON contract
PurgeQueueskippr-cloud queue purge-queueCloudQueue.PurgeQueue (queue)JSON contract

Runtime actions

Read and write application data, or run the service.

API actionCLIRequest targetJSON contract
SendMessageskippr-cloud queue send-messageCloudQueue.SendMessage (queue)JSON contract
SendMessageBatchskippr-cloud queue send-message-batchCloudQueue.SendMessageBatch (queue)JSON contract
ReceiveMessageskippr-cloud queue receive-messageCloudQueue.ReceiveMessage (queue)JSON contract
DeleteMessageskippr-cloud queue delete-messageCloudQueue.DeleteMessage (queue)JSON contract
DeleteMessageBatchskippr-cloud queue delete-message-batchCloudQueue.DeleteMessageBatch (queue)JSON contract
ChangeMessageVisibilityskippr-cloud queue change-message-visibilityCloudQueue.ChangeMessageVisibility (queue)JSON contract
ChangeMessageVisibilityBatchskippr-cloud queue change-message-visibility-batchCloudQueue.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 actionCLIRequest targetJSON contract
CreateSecretskippr-cloud secrets create-secretCloudSecrets.CreateSecret (secrets)JSON contract
DescribeSecretskippr-cloud secrets describe-secretCloudSecrets.DescribeSecret (secrets)JSON contract
ListSecretsskippr-cloud secrets list-secretsCloudSecrets.ListSecrets (secrets)JSON contract
DeleteSecretskippr-cloud secrets delete-secretCloudSecrets.DeleteSecret (secrets)JSON contract
RestoreSecretskippr-cloud secrets restore-secretCloudSecrets.RestoreSecret (secrets)JSON contract
RotateSecretskippr-cloud secrets rotate-secretCloudSecrets.RotateSecret (secrets)JSON contract
CancelRotateSecretskippr-cloud secrets cancel-rotate-secretCloudSecrets.CancelRotateSecret (secrets)JSON contract

Runtime actions

Read and write application data, or run the service.

API actionCLIRequest targetJSON contract
GetSecretValueskippr-cloud secrets get-secret-valueCloudSecrets.GetSecretValue (secrets)JSON contract
PutSecretValueskippr-cloud secrets put-secret-valueCloudSecrets.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 actionCLIRequest targetJSON contract
RegisterFunctionskippr-cloud functions register-functionCloudFunctions.RegisterFunction (functions)JSON contract
UpdateFunctionskippr-cloud functions update-functionCloudFunctions.UpdateFunction (functions)JSON contract
UpdateFunctionCodeskippr-cloud functions update-function-codeCloudFunctions.UpdateFunctionCode (functions)JSON contract
UpdateFunctionConfigurationskippr-cloud functions update-function-configurationCloudFunctions.UpdateFunctionConfiguration (functions)JSON contract
GetFunctionskippr-cloud functions get-functionCloudFunctions.GetFunction (functions)JSON contract
ListFunctionsskippr-cloud functions list-functionsCloudFunctions.ListFunctions (functions)JSON contract
DeleteFunctionskippr-cloud functions delete-functionCloudFunctions.DeleteFunction (functions)JSON contract
CreateEventSourceMappingskippr-cloud functions create-event-source-mappingCloudFunctions.CreateEventSourceMapping (functions)JSON contract

Runtime actions

Read and write application data, or run the service.

API actionCLIRequest targetJSON contract
Invokeskippr-cloud functions invokeCloudFunctions.Invoke (functions)JSON contract
InvokeAsyncskippr-cloud functions invoke-asyncCloudFunctions.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 actionCLIRequest targetJSON contract
CreateScheduleskippr-cloud scheduler create-scheduleCloudScheduler.CreateSchedule (scheduler)JSON contract
UpdateScheduleskippr-cloud scheduler update-scheduleCloudScheduler.UpdateSchedule (scheduler)JSON contract
GetScheduleskippr-cloud scheduler get-scheduleCloudScheduler.GetSchedule (scheduler)JSON contract
DeleteScheduleskippr-cloud scheduler delete-scheduleCloudScheduler.DeleteSchedule (scheduler)JSON contract
ListSchedulesskippr-cloud scheduler list-schedulesCloudScheduler.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 actionCLIRequest targetJSON contract
CreateEventBusskippr-cloud events create-event-busCloudEvents.CreateEventBus (events)JSON contract
DeleteEventBusskippr-cloud events delete-event-busCloudEvents.DeleteEventBus (events)JSON contract
ListEventBusesskippr-cloud events list-event-busesCloudEvents.ListEventBuses (events)JSON contract
PutRuleskippr-cloud events put-ruleCloudEvents.PutRule (events)JSON contract
DescribeRuleskippr-cloud events describe-ruleCloudEvents.DescribeRule (events)JSON contract
ListRulesskippr-cloud events list-rulesCloudEvents.ListRules (events)JSON contract
DeleteRuleskippr-cloud events delete-ruleCloudEvents.DeleteRule (events)JSON contract
PutTargetsskippr-cloud events put-targetsCloudEvents.PutTargets (events)JSON contract
ListTargetsskippr-cloud events list-targetsCloudEvents.ListTargets (events)JSON contract
RemoveTargetsskippr-cloud events remove-targetsCloudEvents.RemoveTargets (events)JSON contract

Runtime actions

Read and write application data, or run the service.

API actionCLIRequest targetJSON contract
PutEventsskippr-cloud events put-eventsCloudEvents.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 actionCLIRequest targetJSON contract
CreateBucketskippr-cloud objects create-bucketPUT /{bucket}JSON contract
DeleteBucketskippr-cloud objects delete-bucketDELETE /{bucket}JSON contract
ListBucketsskippr-cloud objects list-bucketsGET /JSON contract

Runtime actions

Read and write application data, or run the service.

API actionCLIRequest targetJSON contract
PutObjectskippr-cloud objects put-objectPUT /{bucket}/{key}JSON contract
GetObjectskippr-cloud objects get-objectGET /{bucket}/{key}JSON contract
HeadObjectskippr-cloud objects head-objectHEAD /{bucket}/{key}JSON contract
DeleteObjectskippr-cloud objects delete-objectDELETE /{bucket}/{key}JSON contract
ListObjectsV2skippr-cloud objects list-objects-v2GET /{bucket}JSON contract
CreateMultipartUploadskippr-cloud objects create-multipart-uploadPOST /{bucket}/{key}JSON contract
UploadPartskippr-cloud objects upload-partPUT /{bucket}/{key}JSON contract
CompleteMultipartUploadskippr-cloud objects complete-multipart-uploadPOST /{bucket}/{key}JSON contract
AbortMultipartUploadskippr-cloud objects abort-multipart-uploadDELETE /{bucket}/{key}JSON contract
PresignedUrlskippr-cloud objects presigned-urlGETPUT /{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 actionCLIRequest targetJSON contract
Healthzskippr-cloud gateway healthzCloudGateway.Healthz (gateway)JSON contract
CreateApiskippr-cloud gateway create-apiCloudGateway.CreateApi (gateway)JSON contract
GetApiskippr-cloud gateway get-apiCloudGateway.GetApi (gateway)JSON contract
ListApisskippr-cloud gateway list-apisCloudGateway.ListApis (gateway)JSON contract
UpdateApiskippr-cloud gateway update-apiCloudGateway.UpdateApi (gateway)JSON contract
DeleteApiskippr-cloud gateway delete-apiCloudGateway.DeleteApi (gateway)JSON contract
CreateRouteskippr-cloud gateway create-routeCloudGateway.CreateRoute (gateway)JSON contract
GetRouteskippr-cloud gateway get-routeCloudGateway.GetRoute (gateway)JSON contract
ListRoutesskippr-cloud gateway list-routesCloudGateway.ListRoutes (gateway)JSON contract
UpdateRouteskippr-cloud gateway update-routeCloudGateway.UpdateRoute (gateway)JSON contract
DeleteRouteskippr-cloud gateway delete-routeCloudGateway.DeleteRoute (gateway)JSON contract
CreateIntegrationskippr-cloud gateway create-integrationCloudGateway.CreateIntegration (gateway)JSON contract
GetIntegrationskippr-cloud gateway get-integrationCloudGateway.GetIntegration (gateway)JSON contract
ListIntegrationsskippr-cloud gateway list-integrationsCloudGateway.ListIntegrations (gateway)JSON contract
UpdateIntegrationskippr-cloud gateway update-integrationCloudGateway.UpdateIntegration (gateway)JSON contract
DeleteIntegrationskippr-cloud gateway delete-integrationCloudGateway.DeleteIntegration (gateway)JSON contract
CreateAuthorizerskippr-cloud gateway create-authorizerCloudGateway.CreateAuthorizer (gateway)JSON contract
GetAuthorizerskippr-cloud gateway get-authorizerCloudGateway.GetAuthorizer (gateway)JSON contract
ListAuthorizersskippr-cloud gateway list-authorizersCloudGateway.ListAuthorizers (gateway)JSON contract
DeleteAuthorizerskippr-cloud gateway delete-authorizerCloudGateway.DeleteAuthorizer (gateway)JSON contract
CreateDomainNameskippr-cloud gateway create-domain-nameCloudGateway.CreateDomainName (gateway)JSON contract
GetDomainNameskippr-cloud gateway get-domain-nameCloudGateway.GetDomainName (gateway)JSON contract
ListDomainNamesskippr-cloud gateway list-domain-namesCloudGateway.ListDomainNames (gateway)JSON contract
AttachDomainNameskippr-cloud gateway attach-domain-nameCloudGateway.AttachDomainName (gateway)JSON contract
DetachDomainNameskippr-cloud gateway detach-domain-nameCloudGateway.DetachDomainName (gateway)JSON contract
VerifyDomainNameskippr-cloud gateway verify-domain-nameCloudGateway.VerifyDomainName (gateway)JSON contract
DeleteDomainNameskippr-cloud gateway delete-domain-nameCloudGateway.DeleteDomainName (gateway)JSON contract

Runtime actions

Read and write application data, or run the service.

API actionCLIRequest targetJSON contract
DisconnectConnectionskippr-cloud gateway disconnect-connectionCloudGateway.DisconnectConnection (gateway)JSON contract
GetConnectionskippr-cloud gateway get-connectionCloudGateway.GetConnection (gateway)JSON contract
ListConnectionsskippr-cloud gateway list-connectionsCloudGateway.ListConnections (gateway)JSON contract
PostToConnectionskippr-cloud gateway post-to-connectionCloudGateway.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 actionCLIRequest targetJSON contract
SigV4Proxyskippr-cloud gateway sig-v4-proxyCloudGateway.SigV4Proxy (gateway)JSON contract
JwtProxyskippr-cloud gateway jwt-proxyCloudGateway.JwtProxy (gateway)JSON contract
WorkloadJwtMintskippr-cloud gateway workload-jwt-mintCloudGateway.WorkloadJwtMint (gateway)JSON contract
RateLimitIpskippr-cloud gateway rate-limit-ipCloudGateway.RateLimitIp (gateway)JSON contract
RateLimitCredentialskippr-cloud gateway rate-limit-credentialCloudGateway.RateLimitCredential (gateway)JSON contract
ExecuteFunctionIntegrationskippr-cloud gateway execute-function-integrationCloudGateway.ExecuteFunctionIntegration (gateway)JSON contract
ExecuteEventsPutskippr-cloud gateway execute-events-putCloudGateway.ExecuteEventsPut (gateway)JSON contract
WebSocketConnectskippr-cloud gateway web-socket-connectCloudGateway.WebSocketConnect (gateway)JSON contract
WebSocketMessageskippr-cloud gateway web-socket-messageCloudGateway.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 actionCLIRequest targetJSON contract
ListZonesskippr-cloud dns list-zonesCloudDns.ListZones (dns)JSON contract
GetZoneskippr-cloud dns get-zoneCloudDns.GetZone (dns)JSON contract
CreateZoneskippr-cloud dns create-zoneCloudDns.CreateZone (dns)JSON contract
DeleteZoneskippr-cloud dns delete-zoneCloudDns.DeleteZone (dns)JSON contract
ListRecordsskippr-cloud dns list-recordsCloudDns.ListRecords (dns)JSON contract
GetRecordskippr-cloud dns get-recordCloudDns.GetRecord (dns)JSON contract
CreateRecordskippr-cloud dns create-recordCloudDns.CreateRecord (dns)JSON contract
UpsertRecordskippr-cloud dns upsert-recordCloudDns.UpsertRecord (dns)JSON contract
DeleteRecordskippr-cloud dns delete-recordCloudDns.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 actionCLIRequest targetJSON contract
PublishDns01skippr-cloud dns publish-dns01CloudDns.PublishDns01 (dns)JSON contract
DeleteDns01skippr-cloud dns delete-dns01CloudDns.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 actionCLIRequest targetJSON contract
RequestCertificateskippr-cloud certs request-certificateCloudCerts.RequestCertificate (certs)JSON contract
GetOrderskippr-cloud certs get-orderCloudCerts.GetOrder (certs)JSON contract
DescribeCertificateskippr-cloud certs describe-certificateCloudCerts.DescribeCertificate (certs)JSON contract
ListCertificatesskippr-cloud certs list-certificatesCloudCerts.ListCertificates (certs)JSON contract
RenewCertificateskippr-cloud certs renew-certificateCloudCerts.RenewCertificate (certs)JSON contract
DeleteCertificateskippr-cloud certs delete-certificateCloudCerts.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 actionCLIRequest targetJSON contract
CreateSiteskippr-cloud sites create-siteCloudSites.CreateSite (sites)JSON contract
GetSiteskippr-cloud sites get-siteCloudSites.GetSite (sites)JSON contract
ListSitesskippr-cloud sites list-sitesCloudSites.ListSites (sites)JSON contract
UpdateSiteskippr-cloud sites update-siteCloudSites.UpdateSite (sites)JSON contract
DeleteSiteskippr-cloud sites delete-siteCloudSites.DeleteSite (sites)JSON contract
CreateDeploymentskippr-cloud sites create-deploymentCloudSites.CreateDeployment (sites)JSON contract
CompleteDeploymentskippr-cloud sites complete-deploymentCloudSites.CompleteDeployment (sites)JSON contract
GetDeploymentskippr-cloud sites get-deploymentCloudSites.GetDeployment (sites)JSON contract
ListDeploymentsskippr-cloud sites list-deploymentsCloudSites.ListDeployments (sites)JSON contract
PromoteDeploymentskippr-cloud sites promote-deploymentCloudSites.PromoteDeployment (sites)JSON contract
CreatePreviewTokenskippr-cloud sites create-preview-tokenCloudSites.CreatePreviewToken (sites)JSON contract
CreatePreviewShareLinkskippr-cloud sites create-preview-share-linkCloudSites.CreatePreviewShareLink (sites)JSON contract
RevokePreviewShareLinkskippr-cloud sites revoke-preview-share-linkCloudSites.RevokePreviewShareLink (sites)JSON contract
CreateImageTokenskippr-cloud sites create-image-tokenCloudSites.CreateImageToken (sites)JSON contract
DeleteDeploymentskippr-cloud sites delete-deploymentCloudSites.DeleteDeployment (sites)JSON contract
CreateDomainBindingskippr-cloud sites create-domain-bindingCloudSites.CreateDomainBinding (sites)JSON contract
GetDomainBindingskippr-cloud sites get-domain-bindingCloudSites.GetDomainBinding (sites)JSON contract
ListDomainBindingsskippr-cloud sites list-domain-bindingsCloudSites.ListDomainBindings (sites)JSON contract
VerifyDomainBindingskippr-cloud sites verify-domain-bindingCloudSites.VerifyDomainBinding (sites)JSON contract
DeleteDomainBindingskippr-cloud sites delete-domain-bindingCloudSites.DeleteDomainBinding (sites)JSON contract
PurgeCacheskippr-cloud sites purge-cacheCloudSites.PurgeCache (sites)JSON contract
RevalidatePathskippr-cloud sites revalidate-pathCloudSites.RevalidatePath (sites)JSON contract
RevalidateTagskippr-cloud sites revalidate-tagCloudSites.RevalidateTag (sites)JSON contract
RedriveEffectskippr-cloud sites redrive-effectCloudSites.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 actionCLIRequest targetJSON contract
RegisterResourceskippr-cloud inventory register-resourceCloudInventory.RegisterResource (inventory)JSON contract
UpdateResourceRecordskippr-cloud inventory update-resource-recordCloudInventory.UpdateResourceRecord (inventory)JSON contract
DeregisterResourceskippr-cloud inventory deregister-resourceCloudInventory.DeregisterResource (inventory)JSON contract
GetResourceskippr-cloud inventory get-resourceCloudInventory.GetResource (inventory)JSON contract
ListResourcesskippr-cloud inventory list-resourcesCloudInventory.ListResources (inventory)JSON contract
VerifyResourceskippr-cloud inventory verify-resourceCloudInventory.VerifyResource (inventory)JSON contract
ReportDriftskippr-cloud inventory report-driftCloudInventory.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 actionCLIRequest targetJSON contract
SignInskippr-cloud auth sign-inPOST /auth/sign-inJSON contract
Confirmskippr-cloud auth confirmPOST /auth/confirmJSON contract
GetJwksskippr-cloud auth get-jwksGET /.well-known/jwks.jsonJSON contract
Healthskippr-cloud auth healthGET /healthJSON contract
GetSessionskippr-cloud auth get-sessionGET /auth/sessionJSON contract
RefreshTokenskippr-cloud auth refresh-tokenPOST /auth/refreshJSON contract
Logoutskippr-cloud auth logoutPOST /auth/logoutJSON contract
DeleteAccountskippr-cloud auth delete-accountDELETE /auth/deleteJSON contract
GetCredentialsskippr-cloud auth get-credentialsPOST /auth/credentialsJSON contract
ListWorkspacesskippr-cloud auth list-workspacesGET /auth/workspacesJSON contract
CreateWorkspaceskippr-cloud auth create-workspacePOST /auth/workspacesJSON contract
GetWorkspaceConfigskippr-cloud auth get-workspace-configGET /auth/workspaces/{workspace}/configJSON contract
PutWorkspaceskippr-cloud auth put-workspacePUT /auth/workspaces/{workspace}JSON contract
AcquireRunLockskippr-cloud auth acquire-run-lockPOST /auth/workspaces/{workspace}/runs/lock/acquireJSON contract
RunLockHeartbeatskippr-cloud auth run-lock-heartbeatPOST /auth/workspaces/{workspace}/runs/lock/heartbeatJSON contract
RunLockCompleteskippr-cloud auth run-lock-completePOST /auth/workspaces/{workspace}/runs/lock/completeJSON contract
GetRunLockskippr-cloud auth get-run-lockGET /auth/workspaces/{workspace}/runs/lockJSON contract
ListRunsskippr-cloud auth list-runsGET /auth/workspaces/{workspace}/runsJSON contract
GetRunskippr-cloud auth get-runGET /auth/workspaces/{workspace}/runs/{runId}JSON contract
PutRunskippr-cloud auth put-runPUT /auth/workspaces/{workspace}/runs/{runId}JSON contract
Authorizeskippr-cloud auth authorizePOST /auth/authorizeJSON contract
CreateWorkloadKeyskippr-cloud auth create-workload-keyPOST /auth/workload-keysJSON contract
ListWorkloadKeysskippr-cloud auth list-workload-keysGET /auth/workload-keysJSON contract
GetWorkloadKeyskippr-cloud auth get-workload-keyGET /auth/workload-keys/{principalId}JSON contract
RevokeWorkloadKeyskippr-cloud auth revoke-workload-keyDELETE /auth/workload-keys/{principalId}JSON contract
RotateWorkloadKeyskippr-cloud auth rotate-workload-keyPOST /auth/workload-keys/{principalId}/rotateJSON contract
CreatePolicyskippr-cloud auth create-policyPOST /auth/policiesJSON contract
GetPolicyskippr-cloud auth get-policyGET /auth/policies/{policyId}JSON contract
ListPoliciesskippr-cloud auth list-policiesGET /auth/policiesJSON contract
UpdatePolicyskippr-cloud auth update-policyPUT /auth/policies/{policyId}JSON contract
DeletePolicyskippr-cloud auth delete-policyDELETE /auth/policies/{policyId}JSON contract
ValidatePolicyskippr-cloud auth validate-policyPOST /auth/policies/validateJSON contract
GetPolicyEpochskippr-cloud auth get-policy-epochGET /auth/policies/epochJSON contract
CreateUserPoolskippr-cloud auth create-user-poolPOST /auth/user-poolsJSON contract
ListUserPoolsskippr-cloud auth list-user-poolsGET /auth/user-poolsJSON contract
DescribeUserPoolskippr-cloud auth describe-user-poolGET /auth/user-pools/{poolId}JSON contract
DeleteUserPoolskippr-cloud auth delete-user-poolDELETE /auth/user-pools/{poolId}JSON contract
CreateAppClientskippr-cloud auth create-app-clientPOST /auth/user-pools/{poolId}/clientsJSON contract
ListAppClientsskippr-cloud auth list-app-clientsGET /auth/user-pools/{poolId}/clientsJSON contract
DescribeAppClientskippr-cloud auth describe-app-clientGET /auth/user-pools/{poolId}/clients/{clientId}JSON contract
DeleteAppClientskippr-cloud auth delete-app-clientDELETE /auth/user-pools/{poolId}/clients/{clientId}JSON contract
PoolSignInskippr-cloud auth pool-sign-inPOST /auth/user-pools/{poolId}/sign-inJSON contract
PoolConfirmskippr-cloud auth pool-confirmPOST /auth/user-pools/{poolId}/confirmJSON contract
PoolRefreshskippr-cloud auth pool-refreshPOST /auth/user-pools/{poolId}/refreshJSON contract
PoolLogoutskippr-cloud auth pool-logoutPOST /auth/user-pools/{poolId}/logoutJSON contract
ListDirectoryRolesskippr-cloud auth list-directory-rolesGET /auth/directory/rolesJSON contract
GetOidcLoginUrlskippr-cloud auth get-oidc-login-urlPOST /auth/directory/oidc/login-urlJSON contract
AssignDirectoryRoleskippr-cloud auth assign-directory-rolePUT /auth/directory/members/{memberId}/roleJSON contract
ListDirectoryMembersskippr-cloud auth list-directory-membersGET /auth/directory/membersJSON contract
CreateOperatorAccessKeyskippr-cloud auth create-operator-access-keyPOST /auth/directory/access-keysJSON contract
ListOperatorAccessKeysskippr-cloud auth list-operator-access-keysGET /auth/directory/access-keysJSON contract
RevokeOperatorAccessKeyskippr-cloud auth revoke-operator-access-keyDELETE /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 actionCLIRequest targetJSON contract
CreateLogGroupskippr-cloud logs create-log-groupCloudLogs.CreateLogGroup (logs)JSON contract
CreateLogStreamskippr-cloud logs create-log-streamCloudLogs.CreateLogStream (logs)JSON contract
DescribeLogGroupsskippr-cloud logs describe-log-groupsCloudLogs.DescribeLogGroups (logs)JSON contract
DescribeLogStreamsskippr-cloud logs describe-log-streamsCloudLogs.DescribeLogStreams (logs)JSON contract
DeleteLogGroupskippr-cloud logs delete-log-groupCloudLogs.DeleteLogGroup (logs)JSON contract
DeleteLogStreamskippr-cloud logs delete-log-streamCloudLogs.DeleteLogStream (logs)JSON contract
CreateSubscriptionFilterskippr-cloud logs create-subscription-filterCloudLogs.CreateSubscriptionFilter (logs)JSON contract

Runtime actions

Read and write application data, or run the service.

API actionCLIRequest targetJSON contract
PutLogEventsskippr-cloud logs put-log-eventsCloudLogs.PutLogEvents (logs)JSON contract
FilterLogEventsskippr-cloud logs filter-log-eventsCloudLogs.FilterLogEvents (logs)JSON contract
StartQueryskippr-cloud logs start-queryCloudLogs.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 actionCLIRequest targetJSON contract
ListMetricsskippr-cloud metrics list-metricsCloudMetrics.ListMetrics (metrics)JSON contract
PutMetricAlarmskippr-cloud metrics put-metric-alarmCloudMetrics.PutMetricAlarm (metrics)JSON contract
DescribeAlarmsskippr-cloud metrics describe-alarmsCloudMetrics.DescribeAlarms (metrics)JSON contract
DeleteMetricAlarmskippr-cloud metrics delete-metric-alarmCloudMetrics.DeleteMetricAlarm (metrics)JSON contract

Runtime actions

Read and write application data, or run the service.

API actionCLIRequest targetJSON contract
PutMetricDataskippr-cloud metrics put-metric-dataCloudMetrics.PutMetricData (metrics)JSON contract
GetMetricStatisticsskippr-cloud metrics get-metric-statisticsCloudMetrics.GetMetricStatistics (metrics)JSON contract
GetMetricDataskippr-cloud metrics get-metric-dataCloudMetrics.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 actionCLIRequest targetJSON contract
CreateTraceGroupskippr-cloud traces create-trace-groupCloudTraces.CreateTraceGroup (traces)JSON contract
DescribeTraceGroupskippr-cloud traces describe-trace-groupCloudTraces.DescribeTraceGroup (traces)JSON contract
DeleteTraceGroupskippr-cloud traces delete-trace-groupCloudTraces.DeleteTraceGroup (traces)JSON contract
ListTraceGroupsskippr-cloud traces list-trace-groupsCloudTraces.ListTraceGroups (traces)JSON contract

Runtime actions

Read and write application data, or run the service.

API actionCLIRequest targetJSON contract
PutTraceSpansskippr-cloud traces put-trace-spansCloudTraces.PutTraceSpans (traces)JSON contract
GetTraceskippr-cloud traces get-traceCloudTraces.GetTrace (traces)JSON contract
GetTraceSummariesskippr-cloud traces get-trace-summariesCloudTraces.GetTraceSummaries (traces)JSON contract
GetTraceGraphskippr-cloud traces get-trace-graphCloudTraces.GetTraceGraph (traces)JSON contract
PutTraceSegmentsskippr-cloud traces put-trace-segmentsCloudTraces.PutTraceSegments (traces)JSON contract
BatchGetTracesskippr-cloud traces batch-get-tracesCloudTraces.BatchGetTraces (traces)JSON contract
OtlpExportskippr-cloud traces otlp-exportCloudTraces.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 actionCLIRequest targetJSON contract
CreatePipelineskippr-cloud elt create-pipelineCloudElt.CreatePipeline (elt)JSON contract
GetPipelineskippr-cloud elt get-pipelineCloudElt.GetPipeline (elt)JSON contract
ListPipelinesskippr-cloud elt list-pipelinesCloudElt.ListPipelines (elt)JSON contract
UpdatePipelineskippr-cloud elt update-pipelineCloudElt.UpdatePipeline (elt)JSON contract
DeletePipelineskippr-cloud elt delete-pipelineCloudElt.DeletePipeline (elt)JSON contract

Runtime actions

Read and write application data, or run the service.

API actionCLIRequest targetJSON contract
StartRunskippr-cloud elt start-runCloudElt.StartRun (elt)JSON contract
DescribeRunskippr-cloud elt describe-runCloudElt.DescribeRun (elt)JSON contract
ListRunsskippr-cloud elt list-runsCloudElt.ListRuns (elt)JSON contract
StopRunskippr-cloud elt stop-runCloudElt.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 actionCLIRequest targetJSON contract
ListTablesskippr-cloud query list-tablesCloudQuery.ListTables (query)JSON contract
DescribeTableskippr-cloud query describe-tableCloudQuery.DescribeTable (query)JSON contract

Runtime actions

Read and write application data, or run the service.

API actionCLIRequest targetJSON contract
ExecuteStatementskippr-cloud query execute-statementCloudQuery.ExecuteStatement (query)JSON contract

Coming later

These actions are coming soon.

API actionCLIRequest targetJSON contract
StopQueryskippr-cloud query stop-queryCloudQuery.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 actionCLIRequest targetJSON contract
CreateFleetskippr-cloud machines create-fleetCloudMachines.CreateFleet (machines)JSON contract
DescribeFleetskippr-cloud machines describe-fleetCloudMachines.DescribeFleet (machines)JSON contract
ListFleetsskippr-cloud machines list-fleetsCloudMachines.ListFleets (machines)JSON contract
UpdateDesiredCountskippr-cloud machines update-desired-countCloudMachines.UpdateDesiredCount (machines)JSON contract
UpdateFleetskippr-cloud machines update-fleetCloudMachines.UpdateFleet (machines)JSON contract
DeleteFleetskippr-cloud machines delete-fleetCloudMachines.DeleteFleet (machines)JSON contract
ListImagesskippr-cloud machines list-imagesCloudMachines.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 actionCLIRequest targetJSON contract
Connectskippr-cloud deploy runner connectCloudDeploy.Runner.Connect (deploy)JSON contract
CompleteGitHubConnectskippr-cloud deploy runner complete-github-connectCloudDeploy.Runner.CompleteGitHubConnect (deploy)JSON contract
GetUsageskippr-cloud deploy runner get-usageCloudDeploy.Runner.GetUsage (deploy)JSON contract
CreateCheckoutSessionskippr-cloud deploy runner create-checkout-sessionCloudDeploy.Runner.CreateCheckoutSession (deploy)JSON contract
CompleteCheckoutSessionskippr-cloud deploy runner complete-checkout-sessionCloudDeploy.Runner.CompleteCheckoutSession (deploy)JSON contract
GetInvoiceskippr-cloud deploy runner get-invoiceCloudDeploy.Runner.GetInvoice (deploy)JSON contract
ListInvoicesskippr-cloud deploy runner list-invoicesCloudDeploy.Runner.ListInvoices (deploy)JSON contract
CreateGitHubInstallationskippr-cloud deploy runner create-github-installationCloudDeploy.Runner.CreateGitHubInstallation (deploy)JSON contract
GetGitHubInstallationskippr-cloud deploy runner get-github-installationCloudDeploy.Runner.GetGitHubInstallation (deploy)JSON contract
ListGitHubInstallationsskippr-cloud deploy runner list-github-installationsCloudDeploy.Runner.ListGitHubInstallations (deploy)JSON contract
DeleteGitHubInstallationskippr-cloud deploy runner delete-github-installationCloudDeploy.Runner.DeleteGitHubInstallation (deploy)JSON contract
CreateRepositoryBindingskippr-cloud deploy runner create-repository-bindingCloudDeploy.Runner.CreateRepositoryBinding (deploy)JSON contract
GetRepositoryBindingskippr-cloud deploy runner get-repository-bindingCloudDeploy.Runner.GetRepositoryBinding (deploy)JSON contract
ListRepositoryBindingsskippr-cloud deploy runner list-repository-bindingsCloudDeploy.Runner.ListRepositoryBindings (deploy)JSON contract
UpdateRepositoryBindingskippr-cloud deploy runner update-repository-bindingCloudDeploy.Runner.UpdateRepositoryBinding (deploy)JSON contract
DeleteRepositoryBindingskippr-cloud deploy runner delete-repository-bindingCloudDeploy.Runner.DeleteRepositoryBinding (deploy)JSON contract
CreateRunnerPoolskippr-cloud deploy runner create-runner-poolCloudDeploy.Runner.CreateRunnerPool (deploy)JSON contract
GetRunnerPoolskippr-cloud deploy runner get-runner-poolCloudDeploy.Runner.GetRunnerPool (deploy)JSON contract
ListRunnerPoolsskippr-cloud deploy runner list-runner-poolsCloudDeploy.Runner.ListRunnerPools (deploy)JSON contract
UpdateRunnerPoolskippr-cloud deploy runner update-runner-poolCloudDeploy.Runner.UpdateRunnerPool (deploy)JSON contract
DeleteRunnerPoolskippr-cloud deploy runner delete-runner-poolCloudDeploy.Runner.DeleteRunnerPool (deploy)JSON contract
PutRunnerPoolVariableskippr-cloud deploy runner put-runner-pool-variableCloudDeploy.Runner.PutRunnerPoolVariable (deploy)JSON contract
DeleteRunnerPoolVariableskippr-cloud deploy runner delete-runner-pool-variableCloudDeploy.Runner.DeleteRunnerPoolVariable (deploy)JSON contract
ListRunnerPoolVariablesskippr-cloud deploy runner list-runner-pool-variablesCloudDeploy.Runner.ListRunnerPoolVariables (deploy)JSON contract
PutRunnerPoolSecretRefskippr-cloud deploy runner put-runner-pool-secret-refCloudDeploy.Runner.PutRunnerPoolSecretRef (deploy)JSON contract
DeleteRunnerPoolSecretRefskippr-cloud deploy runner delete-runner-pool-secret-refCloudDeploy.Runner.DeleteRunnerPoolSecretRef (deploy)JSON contract
ListRunnerPoolSecretRefsskippr-cloud deploy runner list-runner-pool-secret-refsCloudDeploy.Runner.ListRunnerPoolSecretRefs (deploy)JSON contract
ListRunnerSessionsskippr-cloud deploy runner list-runner-sessionsCloudDeploy.Runner.ListRunnerSessions (deploy)JSON contract
GetRunnerSessionskippr-cloud deploy runner get-runner-sessionCloudDeploy.Runner.GetRunnerSession (deploy)JSON contract
CancelRunnerSessionskippr-cloud deploy runner cancel-runner-sessionCloudDeploy.Runner.CancelRunnerSession (deploy)JSON contract
GetGitHubWebhookStatusskippr-cloud deploy runner get-github-webhook-statusCloudDeploy.Runner.GetGitHubWebhookStatus (deploy)JSON contract
IssueRunnerRegistrationskippr-cloud deploy runner issue-runner-registrationCloudDeploy.Runner.IssueRunnerRegistration (deploy)JSON contract
CompleteRunnerSessionskippr-cloud deploy runner complete-runner-sessionCloudDeploy.Runner.CompleteRunnerSession (deploy)JSON contract
HeartbeatRunnerSessionskippr-cloud deploy runner heartbeat-runner-sessionCloudDeploy.Runner.HeartbeatRunnerSession (deploy)JSON contract
HeartbeatRunnerHostskippr-cloud deploy runner heartbeat-runner-hostCloudDeploy.Runner.HeartbeatRunnerHost (deploy)JSON contract
ClaimBoundRunnerSessionskippr-cloud deploy runner claim-bound-runner-sessionCloudDeploy.Runner.ClaimBoundRunnerSession (deploy)JSON contract
PutRunnerHostskippr-cloud deploy runner put-runner-hostCloudDeploy.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 actionCLIRequest targetJSON contract
GitHubWebhookskippr-cloud deploy runner github-webhookCloudDeploy.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.

  • streams CreateTopics — coming soon.
  • streams DeleteTopics — coming soon.
  • streams Metadata — coming soon.
  • streams DescribeTopics — coming soon.
  • streams Produce — coming soon.
  • streams Fetch — coming soon.
  • streams FindCoordinator — coming soon.
  • streams JoinGroup — coming soon.
  • streams SyncGroup — coming soon.
  • streams Heartbeat — coming soon.
  • streams LeaveGroup — coming soon.
  • streams OffsetCommit — coming soon.
  • streams OffsetFetch — coming soon.
  • streams DescribeConfigs — coming soon.
  • streams AlterConfigs — coming soon.
  • streams ListOffsets — coming soon.
  • streams ListGroups — coming soon.
  • streams DescribeGroups — coming soon.
  • tables ProjectionExpression — coming soon.
  • tables StreamSpecification — coming soon.
  • functions FunctionUrl — coming soon.
  • machines SetAutoscaling — coming soon.
  • auth CreateApiKey — removed.
  • auth ListApiKeys — removed.
  • auth RevokeApiKey — removed.
  • auth ApiKeyExchange — removed.
  • auth OidcSsoLogin — coming soon.
  • auth CreateOidcConnection — coming soon.