The installs commands let you create and manage product deployments, stream pod logs, and open an interactive shell into a running container. Alias:Documentation Index
Fetch the complete documentation index at: https://akua-1dce587a.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
cnap inst
List installs
Get install details
Create an install
| Flag | Required | Description |
|---|---|---|
--product | Yes | Product ID |
--region | Yes | Region ID |
Delete an install
--force flag is required to confirm deletion.
List pods
Stream logs
| Flag | Description |
|---|---|
--pod | Pod name (all pods if omitted) |
--container | Container name |
-f, --follow | Follow log output (default: true) |
--tail | Number of lines to tail |
--since | Only return logs newer than N seconds |
Interactive shell
| Flag | Description |
|---|---|
--pod | Pod name |
--container | Container name |
--shell | Shell to use (default: /bin/sh) |
API reference
Installs API
Endpoints, parameters, response shapes, and try-it playground.
Authentication
Mint API tokens for programmatic access.
Related topics
Products
List and inspect the products you can install.
Clusters
Manage the clusters your installs run on.
Regions
List available regions for new installs.
CLI overview
Authentication, output formats, and configuration.