Building with SettleMint/SettleMint CLI/Commands/Platform

Restart

Usage: settlemint platform restart [options] [command]

Restart a resource in the SettleMint platform

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

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

Blockchain network

Usage: settlemint platform restart blockchain-network|bn 
Examples:

# Restarts the specified blockchain network by id
$ settlemint platform restart blockchain-network <blockchain network-id>

# Restarts the default blockchain network in the production environment
$ settlemint platform restart blockchain-network default --prod

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

Arguments:
unique-name The unique name of the blockchain network, use
'default' to restart 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 restarted
-h, --help display help for command

Blockchain node

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

# Restarts the specified blockchain node by id
$ settlemint platform restart blockchain-node <blockchain node-id>

# Restarts the default blockchain node in the production environment
$ settlemint platform restart blockchain-node default --prod

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

Arguments:
unique-name The unique name of the blockchain node, use 'default'
to restart 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 restarted
-h, --help display help for command

Custom deployment

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

# Restarts the specified custom deployment by id
$ settlemint platform restart custom-deployment <custom deployment-id>

# Restarts the default custom deployment in the production environment
$ settlemint platform restart custom-deployment default --prod

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

Arguments:
unique-name The unique name of the custom deployment, use
'default' to restart 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 restarted
-h, --help display help for command

Insights

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

Restart an insights service in the SettleMint platform

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

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

Blockscout

Usage: settlemint platform restart insights blockscout|bs 
Examples:

# Restarts the specified insights by id
$ settlemint platform restart blockscout blockscout <insights-id>

# Restarts the default insights in the production environment
$ settlemint platform restart blockscout blockscout default --prod

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

Arguments:
unique-name The unique name of the insights, use 'default' to
restart 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 restarted
-h, --help display help for command

Integration tool

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

Restart an integration tool service in the SettleMint platform

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

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

Hasura

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

# Restarts the specified integration tool by id
$ settlemint platform restart hasura hasura <integration tool-id>

# Restarts the default integration tool in the production environment
$ settlemint platform restart hasura hasura default --prod

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

Arguments:
unique-name The unique name of the integration tool, use 'default'
to restart 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 restarted
-h, --help display help for command

Load balancer

Usage: settlemint platform restart load-balancer|lb 
Examples:

# Restarts the specified load balancer by id
$ settlemint platform restart load-balancer <load balancer-id>

# Restarts the default load balancer in the production environment
$ settlemint platform restart load-balancer default --prod

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

Arguments:
unique-name The unique name of the load balancer, use 'default' to
restart 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 restarted
-h, --help display help for command

Middleware

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

Restart a middleware service in the SettleMint platform

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

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

Graph

Usage: settlemint platform restart middleware graph|gr 
Examples:

# Restarts the specified middleware by id
$ settlemint platform restart graph graph <middleware-id>

# Restarts the default middleware in the production environment
$ settlemint platform restart graph graph default --prod

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

Arguments:
unique-name The unique name of the middleware, use 'default' to
restart 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 restarted
-h, --help display help for command

Smart contract portal

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

# Restarts the specified middleware by id
$ settlemint platform restart smart-contract-portal smart-contract-portal <middleware-id>

# Restarts the default middleware in the production environment
$ settlemint platform restart smart-contract-portal smart-contract-portal default --prod

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

Arguments:
unique-name The unique name of the middleware, use 'default' to
restart 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 restarted
-h, --help display help for command

Storage

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

Restart a storage service in the SettleMint platform

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

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

Ipfs

Usage: settlemint platform restart storage ipfs|ip 
Examples:

# Restarts the specified storage by id
$ settlemint platform restart ipfs <storage-id>

# Restarts the default storage in the production environment
$ settlemint platform restart ipfs default --prod

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

Arguments:
unique-name The unique name of the storage, use 'default' to
restart 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 restarted
-h, --help display help for command

Minio

Usage: settlemint platform restart storage minio|m 
Examples:

# Restarts the specified storage by id
$ settlemint platform restart minio <storage-id>

# Restarts the default storage in the production environment
$ settlemint platform restart minio default --prod

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

Arguments:
unique-name The unique name of the storage, use 'default' to
restart 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 restarted
-h, --help display help for command

On this page