Skip to content

deploy API actions

Use skippr-cloud deploy runner <operation> for these actions. The HTTPS endpoint is https://deploy.eu-central-1.cloud.skippr.io. Actions listed as coming soon or platform-only are listed for completeness; do not build on them yet.

  • CLI: skippr-cloud deploy runner
  • Endpoint: https://deploy.eu-central-1.cloud.skippr.io
  • Service guide: deploy
  • Aggregate reference: all API actions
  • Terraform / CDKTF: cloud_deploy_runner_github_installation (CloudDeployRunnerGithubInstallation), cloud_deploy_runner_repository_binding (CloudDeployRunnerRepositoryBinding), cloud_deploy_runner_pool (CloudDeployRunnerPool), cloud_deploy_runner_pool_variable (CloudDeployRunnerPoolVariable), cloud_deploy_runner_pool_secret_ref (CloudDeployRunnerPoolSecretRef)
  • Examples: the service guide shows CLI, Terraform, CDKTF TypeScript, and CDKTF Python tabs

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

These actions are platform-only. Do not call them from the CLI or SDKs.

API actionCLIRequest targetJSON contract
GitHubWebhookskippr-cloud deploy runner github-webhookCloudDeploy.Runner.GitHubWebhook (deploy)JSON contract