Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion serverless/endpoints/send-requests.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ The exact parameters depend on your specific worker implementation. Check your w
The quickest way to test your endpoint is in the Runpod console. Navigate to [Serverless](https://www.console.runpod.io/serverless), select your endpoint, and click the **Requests** tab.

<Frame>
<img src="/images/8f34ba77-serverless-get-started-endpoint-details.png" />
<img src="/images/8f34ba77-serverless-get-started-endpoint-details.png" alt="Runpod serverless endpoint details page" />
</Frame>

Modify the default test request as needed, then click **Run**. On first execution, workers need to initialize, which may take a moment.
Expand Down
2 changes: 1 addition & 1 deletion serverless/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ The system will redirect you to a dedicated detail page for your new endpoint.
To test your endpoint, click the **Requests** tab in the endpoint detail page:

<Frame>
<img src="/images/8f34ba77-serverless-get-started-endpoint-details.png" />
<img src="/images/8f34ba77-serverless-get-started-endpoint-details.png" alt="Runpod serverless endpoint details page" />
</Frame>

On the left you should see the default test request:
Expand Down
2 changes: 1 addition & 1 deletion serverless/vllm/get-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Once deployment is complete, make a note of your **Endpoint ID**, as you'll need
To test your worker, click the **Requests** tab in the endpoint detail page:

<Frame>
<img src="/images/8f34ba77-serverless-get-started-endpoint-details.png" />
<img src="/images/8f34ba77-serverless-get-started-endpoint-details.png" alt="Runpod serverless endpoint details page" />
</Frame>

On the left you should see the default test request:
Expand Down
Loading