> For the complete documentation index, see [llms.txt](https://docs.neevcloud.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.neevcloud.com/neevcloud-products/orchestration-infrastructure-as-code/manage-your-neevcloud-stacks.md).

# Manage Your NeevCloud Stacks

Once a stack is deployed, you can manage it from the [Orchestration](/neevcloud-products/orchestration-infrastructure-as-code/accessing-orchestration.md) page. Click on any stack name to open it and use the Actions dropdown in the top right for operations.

### Suspend a stack

Suspending a stack pauses all the resources in it. The VMs are stopped, but the network, volumes and [security groups](/neevcloud-products/networking/security-groups.md) remain in place. This is useful when you want to temporarily stop using the resources without deleting them. You are not charged for compute while the stack is suspended but storage charges may still apply.

Click Actions and select Suspend. The status changes to SUSPEND\_IN\_PROGRESS and then SUSPEND\_COMPLETE once done.

<figure><img src="/files/VEbjaNBYNlT3xlSWhihL" alt=""><figcaption></figcaption></figure>

### Resume a stack

Resuming brings a suspended stack back to its running state. The VMs are started again and everything picks up where it left off. Network configuration, floating IPs and security groups remain unchanged.

Click Actions and select Resume. The status changes to RESUME\_IN\_PROGRESS and then RESUME\_COMPLETE.

### Check a stack

The Check action verifies that all resources in the stack are still healthy and in the expected state. If a VM was manually deleted or a network was changed outside of the stack, the check will flag it.

Click Actions and select Check. The status changes to CHECK\_IN\_PROGRESS and then CHECK\_COMPLETE if everything is fine, or CHECK\_FAILED if something is out of sync.

### Delete a stack

Deleting a stack removes all resources that were created by it. This includes VMs, volumes, networks, subnets, routers, security groups and floating IPs. Nothing is left behind.

Click the Delete button (red) next to Actions. Confirm the deletion. The status changes to DELETE\_IN\_PROGRESS and the stack disappears from the list once all resources are cleaned up.

<figure><img src="/files/zqdQSvdKqifmXJQyVtSl" alt=""><figcaption></figcaption></figure>

This cannot be undone. Make sure you have backed up any data on the VMs before deleting.

<figure><img src="/files/hUq2EF9ICEw7spl2RgsP" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.neevcloud.com/neevcloud-products/orchestration-infrastructure-as-code/manage-your-neevcloud-stacks.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
