# Pause

<div className="cli-command">
  {<pre>Usage: settlemint platform pause [options] [command]<br /><br />Pause a resource in the SettleMint platform<br /><br />Options:<br />  -h, --help                                      display help for command<br /><br />Commands:<br />  blockchain-node|bn [options] &lt;unique-name&gt;      Pause a blockchain node in the SettleMint platform. Provide the blockchain node unique name or use &#039;default&#039; to pause the default blockchain node from your .env file.<br />  blockchain-network|bnw [options] &lt;unique-name&gt;  Pause a blockchain network in the SettleMint platform. Provide the blockchain network unique name or use &#039;default&#039; to pause the default blockchain network from your .env file.<br />  custom-deployment|cd [options] &lt;unique-name&gt;    Pause a custom deployment in the SettleMint platform. Provide the custom deployment unique name or use &#039;default&#039; to pause the default custom deployment from your .env file.<br />  insights|in                                     Pause an insights service in the SettleMint platform<br />  integration-tool|it                             Pause an integration tool service in the SettleMint platform<br />  evm|lb [options] &lt;unique-name&gt;                  Pause a load balancer in the SettleMint platform. Provide the load balancer unique name or use &#039;default&#039; to pause the default load balancer from your .env file.<br />  middleware|mw                                   Pause a middleware service in the SettleMint platform<br />  private-key|pk [options] &lt;unique-name&gt;          Pause a private key in the SettleMint platform. Provide the private key unique name or use &#039;default&#039; to pause the default private key from your .env file.<br />  storage|st                                      Pause a storage service in the SettleMint platform<br />  help [command]                                  display help for command<br /></pre>}
</div>

## Blockchain node

<div className="cli-command">
  {<pre>Usage: settlemint platform pause blockchain-node|bn <br />Examples:<br /><br />  # Pauses the specified blockchain node by unique name<br />  $ settlemint platform pause blockchain-node &lt;unique-name&gt;<br /><br />  # Pauses the default blockchain node in the production environment<br />  $ settlemint platform pause blockchain-node default --prod<br /><br />Pause a blockchain node in the SettleMint platform. Provide the blockchain node<br />unique name or use &#039;default&#039; to pause the default blockchain node from your .env<br />file.<br /><br />Arguments:<br />  unique-name            The unique name of the blockchain node, use &#039;default&#039;<br />                         to pause the default one from your .env file<br /><br />Options:<br />  -a, --accept-defaults  Accept the default and previously set values<br />  --prod                 Connect to your production environment<br />  -w, --wait             Wait until paused<br />  -h, --help             display help for command<br /></pre>}
</div>

## Blockchain network

<div className="cli-command">
  {<pre>Usage: settlemint platform pause blockchain-network|bnw <br />Examples:<br /><br />  # Pauses the specified blockchain network by unique name<br />  $ settlemint platform pause blockchain-network &lt;unique-name&gt;<br /><br />  # Pauses the default blockchain network in the production environment<br />  $ settlemint platform pause blockchain-network default --prod<br /><br />Pause a blockchain network in the SettleMint platform. Provide the blockchain<br />network unique name or use &#039;default&#039; to pause the default blockchain network<br />from your .env file.<br /><br />Arguments:<br />  unique-name            The unique name of the blockchain network, use<br />                         &#039;default&#039; to pause the default one from your .env file<br /><br />Options:<br />  -a, --accept-defaults  Accept the default and previously set values<br />  --prod                 Connect to your production environment<br />  -w, --wait             Wait until paused<br />  -h, --help             display help for command<br /></pre>}
</div>

## Custom deployment

<div className="cli-command">
  {<pre>Usage: settlemint platform pause custom-deployment|cd <br />Examples:<br /><br />  # Pauses the specified custom deployment by unique name<br />  $ settlemint platform pause custom-deployment &lt;unique-name&gt;<br /><br />  # Pauses the default custom deployment in the production environment<br />  $ settlemint platform pause custom-deployment default --prod<br /><br />Pause a custom deployment in the SettleMint platform. Provide the custom<br />deployment unique name or use &#039;default&#039; to pause the default custom deployment<br />from your .env file.<br /><br />Arguments:<br />  unique-name            The unique name of the custom deployment, use &#039;default&#039;<br />                         to pause the default one from your .env file<br /><br />Options:<br />  -a, --accept-defaults  Accept the default and previously set values<br />  --prod                 Connect to your production environment<br />  -w, --wait             Wait until paused<br />  -h, --help             display help for command<br /></pre>}
</div>

## Insights

<div className="cli-command">
  {<pre>Usage: settlemint platform pause insights|in [options] [command]<br /><br />Pause an insights service in the SettleMint platform<br /><br />Options:<br />  -h, --help                             display help for command<br /><br />Commands:<br />  blockscout|bs [options] &lt;unique-name&gt;  Pause a insights in the SettleMint platform. Provide the insights unique name or use &#039;default&#039; to pause the default insights from your .env file.<br />  help [command]                         display help for command<br /></pre>}
</div>

### Blockscout

<div className="cli-command">
  {<pre>Usage: settlemint platform pause insights blockscout|bs <br />Examples:<br /><br />  # Pauses the specified insights by unique name<br />  $ settlemint platform pause insights blockscout &lt;unique-name&gt;<br /><br />  # Pauses the default insights in the production environment<br />  $ settlemint platform pause insights blockscout default --prod<br /><br />Pause a insights in the SettleMint platform. Provide the insights unique name or<br />use &#039;default&#039; to pause the default insights from your .env file.<br /><br />Arguments:<br />  unique-name            The unique name of the insights, use &#039;default&#039; to pause<br />                         the default one from your .env file<br /><br />Options:<br />  -a, --accept-defaults  Accept the default and previously set values<br />  --prod                 Connect to your production environment<br />  -w, --wait             Wait until paused<br />  -h, --help             display help for command<br /></pre>}
</div>

## Integration tool

<div className="cli-command">
  {<pre>Usage: settlemint platform pause integration-tool|it [options] [command]<br /><br />Pause an integration tool service in the SettleMint platform<br /><br />Options:<br />  -h, --help                         display help for command<br /><br />Commands:<br />  hasura|ha [options] &lt;unique-name&gt;  Pause a integration tool in the SettleMint<br />                                     platform. Provide the integration tool<br />                                     unique name or use &#039;default&#039; to pause the<br />                                     default integration tool from your .env<br />                                     file.<br />  help [command]                     display help for command<br /></pre>}
</div>

### Hasura

<div className="cli-command">
  {<pre>Usage: settlemint platform pause integration-tool hasura|ha <br />Examples:<br /><br />  # Pauses the specified integration tool by unique name<br />  $ settlemint platform pause integration-tool hasura &lt;unique-name&gt;<br /><br />  # Pauses the default integration tool in the production environment<br />  $ settlemint platform pause integration-tool hasura default --prod<br /><br />Pause a integration tool in the SettleMint platform. Provide the integration<br />tool unique name or use &#039;default&#039; to pause the default integration tool from<br />your .env file.<br /><br />Arguments:<br />  unique-name            The unique name of the integration tool, use &#039;default&#039;<br />                         to pause the default one from your .env file<br /><br />Options:<br />  -a, --accept-defaults  Accept the default and previously set values<br />  --prod                 Connect to your production environment<br />  -w, --wait             Wait until paused<br />  -h, --help             display help for command<br /></pre>}
</div>

## Evm

<div className="cli-command">
  {<pre>Usage: settlemint platform pause evm|lb <br />Examples:<br /><br />  # Pauses the specified load balancer by unique name<br />  $ settlemint platform pause load-balancer evm &lt;unique-name&gt;<br /><br />  # Pauses the default load balancer in the production environment<br />  $ settlemint platform pause load-balancer evm default --prod<br /><br />Pause a load balancer in the SettleMint platform. Provide the load balancer<br />unique name or use &#039;default&#039; to pause the default load balancer from your .env<br />file.<br /><br />Arguments:<br />  unique-name            The unique name of the load balancer, use &#039;default&#039; to<br />                         pause the default one from your .env file<br /><br />Options:<br />  -a, --accept-defaults  Accept the default and previously set values<br />  --prod                 Connect to your production environment<br />  -w, --wait             Wait until paused<br />  -h, --help             display help for command<br /></pre>}
</div>

## Middleware

<div className="cli-command">
  {<pre>Usage: settlemint platform pause middleware|mw [options] [command]<br /><br />Pause a middleware service in the SettleMint platform<br /><br />Options:<br />  -h, --help                                         display help for command<br /><br />Commands:<br />  graph|gr [options] &lt;unique-name&gt;                   Pause a middleware in the SettleMint platform. Provide the middleware unique name or use &#039;default&#039; to pause the default middleware from your .env file.<br />  smart-contract-portal|scp [options] &lt;unique-name&gt;  Pause a middleware in the SettleMint platform. Provide the middleware unique name or use &#039;default&#039; to pause the default middleware from your .env file.<br />  help [command]                                     display help for command<br /></pre>}
</div>

### Graph

<div className="cli-command">
  {<pre>Usage: settlemint platform pause middleware graph|gr <br />Examples:<br /><br />  # Pauses the specified middleware by unique name<br />  $ settlemint platform pause middleware graph &lt;unique-name&gt;<br /><br />  # Pauses the default middleware in the production environment<br />  $ settlemint platform pause middleware graph default --prod<br /><br />Pause a middleware in the SettleMint platform. Provide the middleware unique<br />name or use &#039;default&#039; to pause the default middleware from your .env file.<br /><br />Arguments:<br />  unique-name            The unique name of the middleware, use &#039;default&#039; to<br />                         pause the default one from your .env file<br /><br />Options:<br />  -a, --accept-defaults  Accept the default and previously set values<br />  --prod                 Connect to your production environment<br />  -w, --wait             Wait until paused<br />  -h, --help             display help for command<br /></pre>}
</div>

### Smart contract portal

<div className="cli-command">
  {<pre>Usage: settlemint platform pause middleware smart-contract-portal|scp <br />Examples:<br /><br />  # Pauses the specified middleware by unique name<br />  $ settlemint platform pause middleware smart-contract-portal &lt;unique-name&gt;<br /><br />  # Pauses the default middleware in the production environment<br />  $ settlemint platform pause middleware smart-contract-portal default --prod<br /><br />Pause a middleware in the SettleMint platform. Provide the middleware unique<br />name or use &#039;default&#039; to pause the default middleware from your .env file.<br /><br />Arguments:<br />  unique-name            The unique name of the middleware, use &#039;default&#039; to<br />                         pause the default one from your .env file<br /><br />Options:<br />  -a, --accept-defaults  Accept the default and previously set values<br />  --prod                 Connect to your production environment<br />  -w, --wait             Wait until paused<br />  -h, --help             display help for command<br /></pre>}
</div>

## Private key

<div className="cli-command">
  {<pre>Usage: settlemint platform pause private-key|pk <br />Examples:<br /><br />  # Pauses the specified private key by unique name<br />  $ settlemint platform pause private-key &lt;unique-name&gt;<br /><br />  # Pauses the default private key in the production environment<br />  $ settlemint platform pause private-key default --prod<br /><br />Pause a private key in the SettleMint platform. Provide the private key unique<br />name or use &#039;default&#039; to pause the default private key from your .env file.<br /><br />Arguments:<br />  unique-name            The unique name of the private key, use &#039;default&#039; to<br />                         pause the default one from your .env file<br /><br />Options:<br />  -a, --accept-defaults  Accept the default and previously set values<br />  --prod                 Connect to your production environment<br />  -w, --wait             Wait until paused<br />  -h, --help             display help for command<br /></pre>}
</div>

## Storage

<div className="cli-command">
  {<pre>Usage: settlemint platform pause storage|st [options] [command]<br /><br />Pause a storage service in the SettleMint platform<br /><br />Options:<br />  -h, --help                       display help for command<br /><br />Commands:<br />  ipfs|ip [options] &lt;unique-name&gt;  Pause a storage in the SettleMint platform.<br />                                   Provide the storage unique name or use<br />                                   &#039;default&#039; to pause the default storage from<br />                                   your .env file.<br />  minio|m [options] &lt;unique-name&gt;  Pause a storage in the SettleMint platform.<br />                                   Provide the storage unique name or use<br />                                   &#039;default&#039; to pause the default storage from<br />                                   your .env file.<br />  help [command]                   display help for command<br /></pre>}
</div>

### Ipfs

<div className="cli-command">
  {<pre>Usage: settlemint platform pause storage ipfs|ip <br />Examples:<br /><br />  # Pauses the specified storage by unique name<br />  $ settlemint platform pause storage ipfs &lt;unique-name&gt;<br /><br />  # Pauses the default storage in the production environment<br />  $ settlemint platform pause storage ipfs default --prod<br /><br />Pause a storage in the SettleMint platform. Provide the storage unique name or<br />use &#039;default&#039; to pause the default storage from your .env file.<br /><br />Arguments:<br />  unique-name            The unique name of the storage, use &#039;default&#039; to pause<br />                         the default one from your .env file<br /><br />Options:<br />  -a, --accept-defaults  Accept the default and previously set values<br />  --prod                 Connect to your production environment<br />  -w, --wait             Wait until paused<br />  -h, --help             display help for command<br /></pre>}
</div>

### Minio

<div className="cli-command">
  {<pre>Usage: settlemint platform pause storage minio|m <br />Examples:<br /><br />  # Pauses the specified storage by unique name<br />  $ settlemint platform pause storage minio &lt;unique-name&gt;<br /><br />  # Pauses the default storage in the production environment<br />  $ settlemint platform pause storage minio default --prod<br /><br />Pause a storage in the SettleMint platform. Provide the storage unique name or<br />use &#039;default&#039; to pause the default storage from your .env file.<br /><br />Arguments:<br />  unique-name            The unique name of the storage, use &#039;default&#039; to pause<br />                         the default one from your .env file<br /><br />Options:<br />  -a, --accept-defaults  Accept the default and previously set values<br />  --prod                 Connect to your production environment<br />  -w, --wait             Wait until paused<br />  -h, --help             display help for command<br /></pre>}
</div>
