Pause

Usage: settlemint platform pause [options] [command]

Pause a resource in the SettleMint platform

Options:
-h, --help display help for command

Commands:
blockchain-node|bn [options] <unique-name> Pause a blockchain node in the SettleMint platform. Provide the blockchain node unique name or use 'default' to pause the default blockchain node from your .env file.
blockchain-network|bnw [options] <unique-name> Pause a blockchain network in the SettleMint platform. Provide the blockchain network unique name or use 'default' to pause the default blockchain network from your .env file.
custom-deployment|cd [options] <unique-name> Pause a custom deployment in the SettleMint platform. Provide the custom deployment unique name or use 'default' to pause the default custom deployment from your .env file.
insights|in Pause an insights service in the SettleMint platform
integration-tool|it Pause an integration tool service in the SettleMint platform
evm|lb [options] <unique-name> Pause a load balancer in the SettleMint platform. Provide the load balancer unique name or use 'default' to pause the default load balancer from your .env file.
middleware|mw Pause a middleware service in the SettleMint platform
private-key|pk [options] <unique-name> Pause a private key in the SettleMint platform. Provide the private key unique name or use 'default' to pause the default private key from your .env file.
storage|st Pause a storage service in the SettleMint platform
help [command] display help for command

Blockchain node

Usage: settlemint platform pause blockchain-node|bn 
Examples:

# Pauses the specified blockchain node by unique name
$ settlemint platform pause blockchain-node <unique-name>

# Pauses the default blockchain node in the production environment
$ settlemint platform pause blockchain-node default --prod

Pause a blockchain node in the SettleMint platform. Provide the blockchain node
unique name or use 'default' to pause the default blockchain node from your .env
file.

Arguments:
unique-name The unique name of the blockchain node, use 'default'
to pause the default one from your .env file

Options:
-a, --accept-defaults Accept the default and previously set values
--prod Connect to your production environment
-w, --wait Wait until paused
-h, --help display help for command

Blockchain network

Usage: settlemint platform pause blockchain-network|bnw 
Examples:

# Pauses the specified blockchain network by unique name
$ settlemint platform pause blockchain-network <unique-name>

# Pauses the default blockchain network in the production environment
$ settlemint platform pause blockchain-network default --prod

Pause a blockchain network in the SettleMint platform. Provide the blockchain
network unique name or use 'default' to pause the default blockchain network
from your .env file.

Arguments:
unique-name The unique name of the blockchain network, use
'default' to pause the default one from your .env file

Options:
-a, --accept-defaults Accept the default and previously set values
--prod Connect to your production environment
-w, --wait Wait until paused
-h, --help display help for command

Custom deployment

Usage: settlemint platform pause custom-deployment|cd 
Examples:

# Pauses the specified custom deployment by unique name
$ settlemint platform pause custom-deployment <unique-name>

# Pauses the default custom deployment in the production environment
$ settlemint platform pause custom-deployment default --prod

Pause a custom deployment in the SettleMint platform. Provide the custom
deployment unique name or use 'default' to pause the default custom deployment
from your .env file.

Arguments:
unique-name The unique name of the custom deployment, use 'default'
to pause the default one from your .env file

Options:
-a, --accept-defaults Accept the default and previously set values
--prod Connect to your production environment
-w, --wait Wait until paused
-h, --help display help for command

Insights

Usage: settlemint platform pause insights|in [options] [command]

Pause an insights service in the SettleMint platform

Options:
-h, --help display help for command

Commands:
blockscout|bs [options] <unique-name> Pause a insights in the SettleMint platform. Provide the insights unique name or use 'default' to pause the default insights from your .env file.
help [command] display help for command

Blockscout

Usage: settlemint platform pause insights blockscout|bs 
Examples:

# Pauses the specified insights by unique name
$ settlemint platform pause insights blockscout <unique-name>

# Pauses the default insights in the production environment
$ settlemint platform pause insights blockscout default --prod

Pause a insights in the SettleMint platform. Provide the insights unique name or
use 'default' to pause the default insights from your .env file.

Arguments:
unique-name The unique name of the insights, use 'default' to pause
the default one from your .env file

Options:
-a, --accept-defaults Accept the default and previously set values
--prod Connect to your production environment
-w, --wait Wait until paused
-h, --help display help for command

Integration tool

Usage: settlemint platform pause integration-tool|it [options] [command]

Pause an integration tool service in the SettleMint platform

Options:
-h, --help display help for command

Commands:
hasura|ha [options] <unique-name> Pause a integration tool in the SettleMint
platform. Provide the integration tool
unique name or use 'default' to pause the
default integration tool from your .env
file.
help [command] display help for command

Hasura

Usage: settlemint platform pause integration-tool hasura|ha 
Examples:

# Pauses the specified integration tool by unique name
$ settlemint platform pause integration-tool hasura <unique-name>

# Pauses the default integration tool in the production environment
$ settlemint platform pause integration-tool hasura default --prod

Pause a integration tool in the SettleMint platform. Provide the integration
tool unique name or use 'default' to pause the default integration tool from
your .env file.

Arguments:
unique-name The unique name of the integration tool, use 'default'
to pause the default one from your .env file

Options:
-a, --accept-defaults Accept the default and previously set values
--prod Connect to your production environment
-w, --wait Wait until paused
-h, --help display help for command

Evm

Usage: settlemint platform pause evm|lb 
Examples:

# Pauses the specified load balancer by unique name
$ settlemint platform pause load-balancer evm <unique-name>

# Pauses the default load balancer in the production environment
$ settlemint platform pause load-balancer evm default --prod

Pause a load balancer in the SettleMint platform. Provide the load balancer
unique name or use 'default' to pause the default load balancer from your .env
file.

Arguments:
unique-name The unique name of the load balancer, use 'default' to
pause the default one from your .env file

Options:
-a, --accept-defaults Accept the default and previously set values
--prod Connect to your production environment
-w, --wait Wait until paused
-h, --help display help for command

Middleware

Usage: settlemint platform pause middleware|mw [options] [command]

Pause a middleware service in the SettleMint platform

Options:
-h, --help display help for command

Commands:
graph|gr [options] <unique-name> Pause a middleware in the SettleMint platform. Provide the middleware unique name or use 'default' to pause the default middleware from your .env file.
smart-contract-portal|scp [options] <unique-name> Pause a middleware in the SettleMint platform. Provide the middleware unique name or use 'default' to pause the default middleware from your .env file.
help [command] display help for command

Graph

Usage: settlemint platform pause middleware graph|gr 
Examples:

# Pauses the specified middleware by unique name
$ settlemint platform pause middleware graph <unique-name>

# Pauses the default middleware in the production environment
$ settlemint platform pause middleware graph default --prod

Pause a middleware in the SettleMint platform. Provide the middleware unique
name or use 'default' to pause the default middleware from your .env file.

Arguments:
unique-name The unique name of the middleware, use 'default' to
pause the default one from your .env file

Options:
-a, --accept-defaults Accept the default and previously set values
--prod Connect to your production environment
-w, --wait Wait until paused
-h, --help display help for command

Smart contract portal

Usage: settlemint platform pause middleware smart-contract-portal|scp 
Examples:

# Pauses the specified middleware by unique name
$ settlemint platform pause middleware smart-contract-portal <unique-name>

# Pauses the default middleware in the production environment
$ settlemint platform pause middleware smart-contract-portal default --prod

Pause a middleware in the SettleMint platform. Provide the middleware unique
name or use 'default' to pause the default middleware from your .env file.

Arguments:
unique-name The unique name of the middleware, use 'default' to
pause the default one from your .env file

Options:
-a, --accept-defaults Accept the default and previously set values
--prod Connect to your production environment
-w, --wait Wait until paused
-h, --help display help for command

Private key

Usage: settlemint platform pause private-key|pk 
Examples:

# Pauses the specified private key by unique name
$ settlemint platform pause private-key <unique-name>

# Pauses the default private key in the production environment
$ settlemint platform pause private-key default --prod

Pause a private key in the SettleMint platform. Provide the private key unique
name or use 'default' to pause the default private key from your .env file.

Arguments:
unique-name The unique name of the private key, use 'default' to
pause the default one from your .env file

Options:
-a, --accept-defaults Accept the default and previously set values
--prod Connect to your production environment
-w, --wait Wait until paused
-h, --help display help for command

Storage

Usage: settlemint platform pause storage|st [options] [command]

Pause a storage service in the SettleMint platform

Options:
-h, --help display help for command

Commands:
ipfs|ip [options] <unique-name> Pause a storage in the SettleMint platform.
Provide the storage unique name or use
'default' to pause the default storage from
your .env file.
minio|m [options] <unique-name> Pause a storage in the SettleMint platform.
Provide the storage unique name or use
'default' to pause the default storage from
your .env file.
help [command] display help for command

Ipfs

Usage: settlemint platform pause storage ipfs|ip 
Examples:

# Pauses the specified storage by unique name
$ settlemint platform pause storage ipfs <unique-name>

# Pauses the default storage in the production environment
$ settlemint platform pause storage ipfs default --prod

Pause a storage in the SettleMint platform. Provide the storage unique name or
use 'default' to pause the default storage from your .env file.

Arguments:
unique-name The unique name of the storage, use 'default' to pause
the default one from your .env file

Options:
-a, --accept-defaults Accept the default and previously set values
--prod Connect to your production environment
-w, --wait Wait until paused
-h, --help display help for command

Minio

Usage: settlemint platform pause storage minio|m 
Examples:

# Pauses the specified storage by unique name
$ settlemint platform pause storage minio <unique-name>

# Pauses the default storage in the production environment
$ settlemint platform pause storage minio default --prod

Pause a storage in the SettleMint platform. Provide the storage unique name or
use 'default' to pause the default storage from your .env file.

Arguments:
unique-name The unique name of the storage, use 'default' to pause
the default one from your .env file

Options:
-a, --accept-defaults Accept the default and previously set values
--prod Connect to your production environment
-w, --wait Wait until paused
-h, --help display help for command