# Resume

<div className="cli-command">
  {<pre>Usage: settlemint platform resume [options] [command]<br /><br />Resume 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;      Resume a blockchain node in the SettleMint platform. Provide the blockchain node unique name or use &#039;default&#039; to resume the default blockchain node from your .env file.<br />  blockchain-network|bnw [options] &lt;unique-name&gt;  Resume a blockchain network in the SettleMint platform. Provide the blockchain network unique name or use &#039;default&#039; to resume the default blockchain network from your .env file.<br />  custom-deployment|cd [options] &lt;unique-name&gt;    Resume a custom deployment in the SettleMint platform. Provide the custom deployment unique name or use &#039;default&#039; to resume the default custom deployment from your .env file.<br />  insights|in                                     Resume an insights service in the SettleMint platform<br />  integration-tool|it                             Resume an integration tool service in the SettleMint platform<br />  load-balancer|lb [options] &lt;unique-name&gt;        Resume a load balancer in the SettleMint platform. Provide the load balancer unique name or use &#039;default&#039; to resume the default load balancer from your .env file.<br />  middleware|mw                                   Resume a middleware service in the SettleMint platform<br />  private-key|pk [options] &lt;unique-name&gt;          Resume a private key in the SettleMint platform. Provide the private key unique name or use &#039;default&#039; to resume the default private key from your .env file.<br />  storage|st                                      Resume 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 resume blockchain-node|bn <br />Examples:<br /><br />  # Resumes the specified blockchain node by unique name<br />  $ settlemint platform resume blockchain-node &lt;unique-name&gt;<br /><br />  # Resumes the default blockchain node in the production environment<br />  $ settlemint platform resume blockchain-node default --prod<br /><br />Resume a blockchain node in the SettleMint platform. Provide the blockchain node<br />unique name or use &#039;default&#039; to resume the default blockchain node from your<br />.env file.<br /><br />Arguments:<br />  unique-name            The unique name of the blockchain node, use &#039;default&#039;<br />                         to resume 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 resumed<br />  -h, --help             display help for command<br /></pre>}
</div>

## Blockchain network

<div className="cli-command">
  {<pre>Usage: settlemint platform resume blockchain-network|bnw <br />Examples:<br /><br />  # Resumes the specified blockchain network by unique name<br />  $ settlemint platform resume blockchain-network &lt;unique-name&gt;<br /><br />  # Resumes the default blockchain network in the production environment<br />  $ settlemint platform resume blockchain-network default --prod<br /><br />Resume a blockchain network in the SettleMint platform. Provide the blockchain<br />network unique name or use &#039;default&#039; to resume 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 resume 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 resumed<br />  -h, --help             display help for command<br /></pre>}
</div>

## Custom deployment

<div className="cli-command">
  {<pre>Usage: settlemint platform resume custom-deployment|cd <br />Examples:<br /><br />  # Resumes the specified custom deployment by unique name<br />  $ settlemint platform resume custom-deployment &lt;unique-name&gt;<br /><br />  # Resumes the default custom deployment in the production environment<br />  $ settlemint platform resume custom-deployment default --prod<br /><br />Resume a custom deployment in the SettleMint platform. Provide the custom<br />deployment unique name or use &#039;default&#039; to resume 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 resume 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 resumed<br />  -h, --help             display help for command<br /></pre>}
</div>

## Insights

<div className="cli-command">
  {<pre>Usage: settlemint platform resume insights|in [options] [command]<br /><br />Resume 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;  Resume a insights in the SettleMint platform. Provide the insights unique name or use &#039;default&#039; to resume 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 resume insights blockscout|bs <br />Examples:<br /><br />  # Resumes the specified insights by unique name<br />  $ settlemint platform resume insights blockscout &lt;unique-name&gt;<br /><br />  # Resumes the default insights in the production environment<br />  $ settlemint platform resume insights blockscout default --prod<br /><br />Resume a insights in the SettleMint platform. Provide the insights unique name<br />or use &#039;default&#039; to resume the default insights from your .env file.<br /><br />Arguments:<br />  unique-name            The unique name of the insights, use &#039;default&#039; to<br />                         resume 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 resumed<br />  -h, --help             display help for command<br /></pre>}
</div>

## Integration tool

<div className="cli-command">
  {<pre>Usage: settlemint platform resume integration-tool|it [options] [command]<br /><br />Resume 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;  Resume a integration tool in the SettleMint<br />                                     platform. Provide the integration tool<br />                                     unique name or use &#039;default&#039; to resume 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 resume integration-tool hasura|ha <br />Examples:<br /><br />  # Resumes the specified integration tool by unique name<br />  $ settlemint platform resume integration-tool hasura &lt;unique-name&gt;<br /><br />  # Resumes the default integration tool in the production environment<br />  $ settlemint platform resume integration-tool hasura default --prod<br /><br />Resume a integration tool in the SettleMint platform. Provide the integration<br />tool unique name or use &#039;default&#039; to resume 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 resume 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 resumed<br />  -h, --help             display help for command<br /></pre>}
</div>

## Load balancer

<div className="cli-command">
  {<pre>Usage: settlemint platform resume load-balancer|lb <br />Examples:<br /><br />  # Resumes the specified load balancer by unique name<br />  $ settlemint platform resume load-balancer &lt;unique-name&gt;<br /><br />  # Resumes the default load balancer in the production environment<br />  $ settlemint platform resume load-balancer default --prod<br /><br />Resume a load balancer in the SettleMint platform. Provide the load balancer<br />unique name or use &#039;default&#039; to resume 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 />                         resume 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 resumed<br />  -h, --help             display help for command<br /></pre>}
</div>

## Middleware

<div className="cli-command">
  {<pre>Usage: settlemint platform resume middleware|mw [options] [command]<br /><br />Resume 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;                   Resume a middleware in the SettleMint platform. Provide the middleware unique name or use &#039;default&#039; to resume the default middleware from your .env file.<br />  smart-contract-portal|scp [options] &lt;unique-name&gt;  Resume a middleware in the SettleMint platform. Provide the middleware unique name or use &#039;default&#039; to resume 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 resume middleware graph|gr <br />Examples:<br /><br />  # Resumes the specified middleware by unique name<br />  $ settlemint platform resume middleware graph &lt;unique-name&gt;<br /><br />  # Resumes the default middleware in the production environment<br />  $ settlemint platform resume middleware graph default --prod<br /><br />Resume a middleware in the SettleMint platform. Provide the middleware unique<br />name or use &#039;default&#039; to resume 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 />                         resume 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 resumed<br />  -h, --help             display help for command<br /></pre>}
</div>

### Smart contract portal

<div className="cli-command">
  {<pre>Usage: settlemint platform resume middleware smart-contract-portal|scp <br />Examples:<br /><br />  # Resumes the specified middleware by unique name<br />  $ settlemint platform resume middleware smart-contract-portal &lt;unique-name&gt;<br /><br />  # Resumes the default middleware in the production environment<br />  $ settlemint platform resume middleware smart-contract-portal default --prod<br /><br />Resume a middleware in the SettleMint platform. Provide the middleware unique<br />name or use &#039;default&#039; to resume 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 />                         resume 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 resumed<br />  -h, --help             display help for command<br /></pre>}
</div>

## Private key

<div className="cli-command">
  {<pre>Usage: settlemint platform resume private-key|pk <br />Examples:<br /><br />  # Resumes the specified private key by unique name<br />  $ settlemint platform resume private-key &lt;unique-name&gt;<br /><br />  # Resumes the default private key in the production environment<br />  $ settlemint platform resume private-key default --prod<br /><br />Resume a private key in the SettleMint platform. Provide the private key unique<br />name or use &#039;default&#039; to resume 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 />                         resume 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 resumed<br />  -h, --help             display help for command<br /></pre>}
</div>

## Storage

<div className="cli-command">
  {<pre>Usage: settlemint platform resume storage|st [options] [command]<br /><br />Resume 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;  Resume a storage in the SettleMint platform.<br />                                   Provide the storage unique name or use<br />                                   &#039;default&#039; to resume the default storage from<br />                                   your .env file.<br />  minio|m [options] &lt;unique-name&gt;  Resume a storage in the SettleMint platform.<br />                                   Provide the storage unique name or use<br />                                   &#039;default&#039; to resume 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 resume storage ipfs|ip <br />Examples:<br /><br />  # Resumes the specified storage by unique name<br />  $ settlemint platform resume storage ipfs &lt;unique-name&gt;<br /><br />  # Resumes the default storage in the production environment<br />  $ settlemint platform resume storage ipfs default --prod<br /><br />Resume a storage in the SettleMint platform. Provide the storage unique name or<br />use &#039;default&#039; to resume the default storage from your .env file.<br /><br />Arguments:<br />  unique-name            The unique name of the storage, use &#039;default&#039; to resume<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 resumed<br />  -h, --help             display help for command<br /></pre>}
</div>

### Minio

<div className="cli-command">
  {<pre>Usage: settlemint platform resume storage minio|m <br />Examples:<br /><br />  # Resumes the specified storage by unique name<br />  $ settlemint platform resume storage minio &lt;unique-name&gt;<br /><br />  # Resumes the default storage in the production environment<br />  $ settlemint platform resume storage minio default --prod<br /><br />Resume a storage in the SettleMint platform. Provide the storage unique name or<br />use &#039;default&#039; to resume the default storage from your .env file.<br /><br />Arguments:<br />  unique-name            The unique name of the storage, use &#039;default&#039; to resume<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 resumed<br />  -h, --help             display help for command<br /></pre>}
</div>
