v51

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-0618918374.7 KB
Databases

Update

Update database by UUID.

patch/databases/{uuid}

Path parameters

uuidstring required

UUID of the database.

Request body

namestring

Name of the database

descriptionstring

Description of the database

imagestring

Docker Image of the database

is_publicboolean

Is the database public?

public_portinteger

Public port of the database

public_port_timeoutinteger

Public port timeout in seconds (default: 3600)

limits_memorystring

Memory limit of the database

limits_memory_swapstring

Memory swap limit of the database

limits_memory_swappinessinteger

Memory swappiness of the database

limits_memory_reservationstring

Memory reservation of the database

limits_cpusstring

CPU limit of the database

limits_cpusetstring

CPU set of the database

limits_cpu_sharesinteger

CPU shares of the database

postgres_userstring

PostgreSQL user

postgres_passwordstring

PostgreSQL password

postgres_dbstring

PostgreSQL database

postgres_initdb_argsstring

PostgreSQL initdb args

postgres_host_auth_methodstring

PostgreSQL host auth method

postgres_confstring

PostgreSQL conf

clickhouse_admin_userstring

Clickhouse admin user

clickhouse_admin_passwordstring

Clickhouse admin password

dragonfly_passwordstring

DragonFly password

redis_passwordstring

Redis password

redis_confstring

Redis conf

keydb_passwordstring

KeyDB password

keydb_confstring

KeyDB conf

mariadb_confstring

MariaDB conf

mariadb_root_passwordstring

MariaDB root password

mariadb_userstring

MariaDB user

mariadb_passwordstring

MariaDB password

mariadb_databasestring

MariaDB database

mongo_confstring

Mongo conf

mongo_initdb_root_usernamestring

Mongo initdb root username

mongo_initdb_root_passwordstring

Mongo initdb root password

mongo_initdb_databasestring

Mongo initdb init database

mysql_root_passwordstring

MySQL root password

mysql_passwordstring

MySQL password

mysql_userstring

MySQL user

mysql_databasestring

MySQL database

mysql_confstring

MySQL conf

health_check_enabledboolean

Enable the database healthcheck probe.

health_check_intervalinteger

Healthcheck interval in seconds.

health_check_timeoutinteger

Healthcheck timeout in seconds.

health_check_retriesinteger

Healthcheck retries count.

health_check_start_periodinteger

Healthcheck start period in seconds.

Response

Database updated