elt API actions
Use skippr-cloud elt <operation> for these actions. The HTTPS endpoint is https://elt.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 elt - Endpoint:
https://elt.eu-central-1.cloud.skippr.io - Service guide: elt
- Aggregate reference: all API actions
- Terraform / CDKTF:
cloud_pipeline(CloudPipeline) - Examples: the service guide shows CLI, Terraform, CDKTF TypeScript, and CDKTF Python tabs
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
These actions are platform-only. Do not call them from the CLI or SDKs.
No actions in this group.
