functions API actions
Use skippr-cloud functions <operation> for these actions. The HTTPS endpoint is https://functions.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 functions - Endpoint:
https://functions.eu-central-1.cloud.skippr.io - Service guide: functions
- Aggregate reference: all API actions
- Terraform / CDKTF:
cloud_function(CloudFunction) - 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 |
|---|---|---|---|
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.
Additional unavailable actions
These entries describe coming-soon work but have no generated request or response contract. Coming-soon entries may arrive later; removed entries are kept only as history.
FunctionUrl— coming soon; no JSON contract.
Platform-only actions
These actions are platform-only. Do not call them from the CLI or SDKs.
No actions in this group.
