Skip to content

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 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.

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.