Applications
Explore this section for comprehensive information on endpoints related to the deployment, management, and operation of applications within our cloud software API environment.
Last updated
Explore this section for comprehensive information on endpoints related to the deployment, management, and operation of applications within our cloud software API environment.
Last updated
The application name
my-custom-application
The cluster you're operating on
Msc1
The name or unique identifier of the application hardware configuration to use for the application.
g-nvidia-1xa100-40gb-pcie-14vcpu-112gb
Image URL for the custom application.
docker.io/{namespace}/{repository}:{tag}
Optional Image CMD override allows users to specify a custom command to run in the container. Must be a JSON array (e.g., ["python", "train.py"])
["python","train.py"]
Environment variables for the application. Names must start with a letter or underscore and contain only alphanumeric characters and underscores. Values must not contain null characters, carriage returns, or newlines.
The resource pool to use for the application
on-demand
The port used for monitoring application readiness and status. Common examples:
443
Indicates whether to persist direct attached storage (if resource pool is reserved)
false
Enable personal shared storage for the application
true
Enable tenant shared storage for the application
true
The application name
my-jupyter-application
The cluster you're operating on
Msc1
The name or unique identifier of the hardware package to use for the application.
g-nvidia-1xa100-40gb-pcie-14vcpu-112gb
The name of the application catalog item.
jupyter-notebook
The version name of the application catalog item.
python-3.11.9
The resource pool to use for the application
on-demand
The SSH keys for accessing the application
Indicates whether to persist direct attached storage (if resource pool is reserved)
false
Enable personal shared storage for the application
true
Enable tenant shared storage for the application
true
An authentication token for accessing Jupyter Notebook enabled applications
abc123