Skip to main content

Application management with REST API

See the openapi.yaml for REST API reference.

Examples

Create an application

curl --header 'X-Token: <KuberLogic API server token>' -X POST -H "Content-Type: application/json" -d '{
"id": "my-app",
"type": "my-app-type",
"domain": "example.com",
}' <KuberLogic API server endpoint>/api/v1/services

List applications

curl --header 'X-Token: <KuberLogic API server token>' <kuberlogic API server endpoint>/api/v1/services