mirror of
https://github.com/pterodactyl/documentation.git
synced 2026-05-31 13:19:15 -05:00
24 lines
706 B
Plaintext
24 lines
706 B
Plaintext
---
|
|
title: Send command
|
|
full: true
|
|
_openapi:
|
|
method: POST
|
|
toc: []
|
|
structuredData:
|
|
headings: []
|
|
contents:
|
|
- content: >-
|
|
Sends a command to the server
|
|
|
|
|
|
The server must be online to send a command to it. You will get HTTP
|
|
502 is the server if not online.
|
|
---
|
|
|
|
{/* This file was generated by Fumadocs. Do not edit this file directly. Any changes should be made by running the generation command again. */}
|
|
|
|
Sends a command to the server
|
|
|
|
The server must be online to send a command to it. You will get HTTP 502 is the server if not online.
|
|
|
|
<APIPage document={"./openapi.json"} operations={[{"path":"/api/client/servers/{server}/command","method":"post"}]} /> |