mirror of
https://github.com/pterodactyl/documentation.git
synced 2026-05-31 23:42:26 -05:00
20 lines
792 B
Plaintext
20 lines
792 B
Plaintext
---
|
|
title: Update Docker image
|
|
full: true
|
|
_openapi:
|
|
method: PUT
|
|
toc: []
|
|
structuredData:
|
|
headings: []
|
|
contents:
|
|
- content: >-
|
|
Changes the Docker image the server runs with. The image must be one
|
|
of the images allowed by the server's egg. Returns 400 if the image
|
|
was manually set by an admin.
|
|
---
|
|
|
|
{/* This file was generated by Fumadocs. Do not edit this file directly. Any changes should be made by running the generation command again. */}
|
|
|
|
Changes the Docker image the server runs with. The image must be one of the images allowed by the server's egg. Returns 400 if the image was manually set by an admin.
|
|
|
|
<APIPage document={"./openapi.json"} operations={[{"path":"/api/client/servers/{server}/settings/docker-image","method":"put"}]} /> |