certs API actions
Use skippr-cloud certs <operation> for these actions. The HTTPS endpoint is https://certs.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 certs - Endpoint:
https://certs.eu-central-1.cloud.skippr.io - Service guide: certs
- Aggregate reference: all API actions
- Terraform / CDKTF:
cloud_certificate(CloudCertificate) - 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 |
|---|---|---|---|
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
These actions are platform-only. Do not call them from the CLI or SDKs.
No actions in this group.
