stack response models
Generated file — do not edit by hand. Regenerate from the repo root with
CGO_ENABLED=0 go run scripts/gen-response-models-md.go.
Part of the API response model reference, which explains the Response model and Origin columns. Route inventory: routes.md. Named payload structs: payload-shapes.md.
| Method | Path | Response model | Origin |
|---|---|---|---|
POST | /api/method/shc.container.restart | PodRestartResponse | handler |
GET | /api/method/shc.stack.config | MethodResponse[StackConfigResponse] | handler |
GET | /api/method/shc.stack.dry_run | MethodResponse[StackDryRunResponse] | handler |
POST | /api/method/shc.stack.exec | MethodResponse[StackExecResponse] | handler |
GET | /api/method/shc.stack.inspect | MethodResponse[StackInspectResponse] | handler |
GET | /api/method/shc.stack.logs | MethodResponse[StackLogsResponse] | handler |
POST | /api/method/shc.stack.restart | AsyncOperationResponse | handler |
POST | /api/method/shc.stack.start | AsyncOperationResponse | handler |
POST | /api/method/shc.stack.stop | AsyncOperationResponse | handler |
shc@docs:~$