> For the complete documentation index, see [llms.txt](https://docs.skyone.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.skyone.cloud/skyone-autosky/recursos-do-skyone-autosky/contas/servidores/opcoes-dos-servidores.md).

# Opções dos servidores

Ao clicar em "**Ações gerais**" de um servidor, é possível realizar as seguintes ações:

* [Iniciar](#como-iniciar-um-servidor-em-massa)
* [Parar](#como-parar-um-servidor-em-massa)
* [Publicação Otimizado](#como-publicar-nova-versao-otimizado)
* [Desbloquear ações ](#como-desbloquear-acoes-do-servidor)

***

#### Como iniciar um servidor em massa?

1. Nos quadrados ao lado esquerdo da tabela de servidores, selecione um ou mais servidores;

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

2. Clique em "**Ações gerais**";

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

3. Clique em "**Iniciar servidores**";
4. Confirme sua ação no modal de confirmação.

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

***

#### Como parar um servidor em massa?

1. Selecione um ou mais servidores nos quadrados ao lado esquerdo da tabela de servidores;
2. Clique em "**Ações gerais**";
3. Clique em "**Parar servidores**";
4. Confirme sua ação no modal de confirmação.

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

***

#### Como publicar nova versão otimizado?

1. Selecione um ou mais servidores nos quadrados ao lado esquerdo da tabela de servidores;
2. Clique em "**Ações gerais**";
3. Clique em "**Publicar nova versão (Otimizado)**";
4. Escolha uma das opções:

* Bloquear as instâncias
* Parar servidor de preparação ao criar imagem

5. Confirme sua ação no modal de confirmação.

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

***

#### Como desbloquear ações do servidor? &#x20;

1. Selecione um ou mais servidores nos quadrados ao lado esquerdo da tabela de servidores;
2. Clique em "**Ações gerais**";
3. Clique em "**Desbloquear Ações**"
4. Digite um motivo&#x20;
5. Clique em "**Desbloquear**"&#x20;

<figure><img src="/files/mBI25hejTMw1CwZRxecM" 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.skyone.cloud/skyone-autosky/recursos-do-skyone-autosky/contas/servidores/opcoes-dos-servidores.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.
