Update Database
Updates an existing database in Firebolt.
PUT
Query
Field selectionChoose which fields should be included in the response. Learn more
string
Comma-separated response fields to include.
Body
Arguments
stringrequired
System engine host to execute the ALTER DATABASE statement against.
stringrequired
The Firebolt database to alter.
stringrequired
The ALTER DATABASE clause, for example SET DESCRIPTION = 'Updated description' or RENAME TO new_database_name.