# /edit-event

Edits or deletes an event.

{% hint style="danger" %}

## OUTDATED SECTION

Please check back again later for updates.
{% endhint %}

***

## Command Details

Some values can only be edited up to certain points based on the event status.

| Value       | Can be edited                                       |
| ----------- | --------------------------------------------------- |
| Dates       | until event is announced                            |
| DJ Type     | until slots open                                    |
| Name        | until the event is announced                        |
| Host        | until the event is announced                        |
| Lineup      | after slots close and before the event is announced |
| Location    | until the event is announced                        |
| Slots       | until the event is announced                        |
| Doors Open  | until the event is announced                        |
| Genres      | until the event is announced                        |
| Description | until the event is announced                        |

{% hint style="warning" %}
If the event is marked as having '[Not Enough DJs](/functionalities/slot-assignment-algorithm/not-enough-djs.md)', these options will be disabled, and only re-scheduling the event is allowed. You can also send the 'Not Enough DJs' message again.\
\
Deleting the event is always available.
{% endhint %}


---

# 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://docs.vrave.app/functionalities/commands/server-commands/edit-event.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.
