# Using "Nova Service-Force-Down

## Problem

While trying to run the\*\*`nova`\*\* command for **`service-force-down`** we get the following error.

{% tabs %}
{% tab title="None" %}

```none
# nova service-force-down [host uuid] nova-compute    error: unrecognised arguments: nova-compute
```

{% endtab %}
{% endtabs %}

Looking at the usage of the command it tells us to use "ID" as the argument.

Usage: **`nova service-force-down [--unset] [id]`** does not specify which id to be used.

## Environment

* Platform9 Managed OpenStack - v4.0 and Higher
* Nova CLI (python-novaclient)

## Procedure

1. The ID to be used in the command is of the compute service for a host.

{% tabs %}
{% tab title="None" %}

```none
# nova service-force-down [--unset] [id]
```

{% endtab %}
{% endtabs %}

2. This IDcan be obtained using the following command.

{% tabs %}
{% tab title="None" %}

```none
# nova service-list
```

{% endtab %}
{% endtabs %}

Thefirst column in the outputof the above command will get you the id of the binary and this id should be used with the command **`nova service-force-down [--unset] [id]`** to force up or down the nova-compute service.


---

# Agent Instructions: 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:

```
GET https://platform9.com/kb/pmo/how-to/using-nova-service-force-down.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
