# /upload-poster

Allows the upload of a poster for an event. Running this command again after a poster has already been uploaded, will allow for the deletion or overwrite of said poster.

{% hint style="info" %}

## Did you know?

To avoid the image being included in the scheduled event, simply rename the image as "SPOILER\_\<image name>". Replace \<image name> with the actual name of your image.
{% endhint %}

***

## Command Options

\*required

### event-id\*

* **Description:** The ID of the event for which to upload the poster.

### poster-image

* **Description:** The image to upload as the poster.

{% hint style="warning" %}

#### Option Restrictions

The maximum allowed size of any poster uploaded is 10 MB. Only PNG, JPG, and JPEG file formats are accepted.
{% 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/upload-poster.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.
