---
title: 'API - Operation Start & Stop | Zomro'
description: 'This instruction details how to perform start and stop operations using the API.'
image: 'https://dx86q6oq7ry0e.cloudfront.net/uploads/blog/a54%40server-panel.net/2024/06/06/screenshot-from-2024-06-06-11-58-54_q50.jpg'
---

![opened image]()

  * [Zomro](https://zomro.com/)
  * [Useful articles](https://zomro.com/blog/articles/)
  * API - Operation Start & Stop 



# API - Operation Start & Stop

04-06-2024

This text provides instructions for performing Start and Stop operations using the Zomro service API. Each operation includes the necessary request parameters, methods, and example requests using curl. Each step is accompanied by a description of the expected result after the operation is performed.  
  
To perform the Stop operation using the API, we use the following function.

URL: 
    
    
    https://api.zomro.com/

Method: POST

Request Body (Form-data):

Parameter | Example Value | Required Parameter | Value Description  
---|---|---|---  
func | instances.fleio_stop | Yes | Function to initiate the stop operation on the instance  
auth | 21fc199...c43f71 | No | Session token. This is one of the authorization options. More details on other options are described [here](https://ispsystem.com/docs/b6c/developer-section/working-with-api/guide-to-ispsystem-software-api)  
out | json | Yes | Response type to expect  
elid | 5116804 | Yes | ID of the service to perform the operation on  
  
Example of performing the Stop operation

For example, we use the service:

![API - Start & Stop Operation](https://dx86q6oq7ry0e.cloudfront.net/uploads/blog/a54%40server-panel.net/2024/06/06/screenshot-from-2024-06-06-11-58-54_q50.jpg)

URL: 
    
    
    https://api.zomro.com/

Method: POST

Request Body (Form-data):

Parameter | Value  
---|---  
func | instances.fleio_stop  
auth | 21fc199...c43f71  
out | json  
elid | 5116804  
  
Here is an example of a request that can be executed from the console:
    
    
    curl --location 'https://api.zomro.com/' \
    --form 'func="instances.fleio_stop"' \
    --form 'auth="bf15875098100189d4e47484"' \
    --form 'elid="5116804"' \
    --form 'out="json"'

After executing the request, we can see that the server is in the process of stopping.

![API - Start & Stop Operation-1](https://dx86q6oq7ry0e.cloudfront.net/uploads/blog/a54%40server-panel.net/2024/06/06/screenshot-from-2024-06-06-12-00-48_q50.jpg)

After the operation is completed, we see that the service is in the "Temporary suspended" status, which means that the service is stopped.

![API - Start & Stop Operation-2](https://dx86q6oq7ry0e.cloudfront.net/uploads/blog/a54%40server-panel.net/2024/06/06/screenshot-from-2024-06-06-12-02-57_q50.jpg)

## 

## Example of performing the Start operation using the API

For example, we use the service:

![API - Start & Stop Operation-3](https://dx86q6oq7ry0e.cloudfront.net/uploads/blog/a54%40server-panel.net/2024/06/06/screenshot-from-2024-06-06-12-02-57_q50.jpg)

URL: 
    
    
    https://api.zomro.com/

Method: POST

Request Body (Form-data):

Parameter | Value  
---|---  
func | instances.fleio_start  
auth | 21fc199...c43f71  
out | json  
elid | 5116804  
  
Here is an example of a request that can be executed from the console:
    
    
    curl --location 'https://api.zomro.com/' \
    --form 'func="instances.fleio_start"' \
    --form 'auth="bf15875098100189d4e47484"' \
    --form 'elid="5116804"' \
    --form 'out="json"'

After executing the request, we can see that the server is in the process of starting.

![API - Start & Stop Operation-4](https://dx86q6oq7ry0e.cloudfront.net/uploads/blog/a54%40server-panel.net/2024/06/06/screenshot-from-2024-06-06-12-11-20_q50.jpg)

After the operation is completed, we see that the service is in the "Active" status, which means that the service is started and ready for use.

![API - Start & Stop Operation-5](https://dx86q6oq7ry0e.cloudfront.net/uploads/blog/a54%40server-panel.net/2024/06/06/screenshot-from-2024-06-06-11-58-54_q50.jpg)

  
We also suggest studying articles that may be useful for interacting with [Cloud VPS](https://zomro.com/vps) products using the API:

  * [API - Creation of a Service](https://zomro.com/blog/articles/462-api-creation-of-a-service)
  * [API - Obtaining Information About Available Tariffs and Their Parameters](https://zomro.com/blog/articles/464-api-obtaining-information-about-available-tariffs-and-their-parameters)
  * [API - Operation Reboot](https://zomro.com/blog/articles/465-api-operation-reboot)
  * [API - Operation Rebuild](https://zomro.com/blog/articles/466-api-operation-rebuild)
  * [API - Operation Delete](https://zomro.com/blog/articles/467-api-operation-delete)



Similar articles:

[Reliable adult hosting for your project](https://zomro.com/blog/articles/506-reliable-adult-hosting-for-your-project) [API - Interaction with Backup](https://zomro.com/blog/articles/482-api-interaction-with-backup) [Effective work in the terminal: how to create and use aliases in Linux](https://zomro.com/blog/articles/522-working-effectively-in-the-terminal-how-to-create-and-use-aliases-in-linux) [Increasing traffic](https://zomro.com/blog/faq/715-increasing-traffic) [API - Interaction with Backup Schedule](https://zomro.com/blog/articles/486-api-interaction-with-backup-schedule)

[ Forex Server from €7.95/mon ](/server-for-forex)
