/
DA
datacrunch
/
Verda Cloud Public API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 15h ago · Updated 1d ago
Details
Filter operations
Authentication
1
Balance
1
Clusters
10
Container Registry
1
Container Types
1
Images
2
Instance Availability
2
Instance Types
2
Instances
9
Journal
5
Locations
1
Long Term
3
Managed Endpoints
1
Serverless Containers
27
get
Get all deployments
post
Create new deployment
get
Get deployment by name
delete
Delete deployment
patch
Update deployment
get
Get deployment status
post
Restart deployment
get
Get deployment scaling options by deployment name
patch
Update deployment scaling options
get
Get deployment replicas by deployment name
post
Purge deployment queue
post
Pause deployment
post
Resume deployment
get
Get deployment environment variables
post
Add environment variables to a container
delete
Delete environment variables of a container
patch
Update environment variables of a container. The env vars must exist in order to update them
get
Get compute resource types and availability
get
Get secrets
post
Create new secret
delete
Delete secret
get
Get fileset secrets
post
Create new fileset secret
delete
Delete fileset secret
get
Get all registry credentials
post
Add registry credentials
delete
Delete registry credentials
Serverless Jobs
10
SSH Keys
10
Startup Scripts
5
Volume Types
1
Volumes
8
Serverless Containers
Create new secret
post
/v1/secrets
Request body
CreateSecretPublicApiDto
required
name
string
required
Name of the secret
value
string
required
Value of the secret
Example request
{ "name": "api-token", "value": "tk_1234567890-secret" }
Changes