Skip to main content
PUT
/
admin
/
storage
Update Server Default Result Storage
curl --request PUT \
  --url https://api.example.com/admin/storage \
  --header 'Content-Type: application/json' \
  --data '
{
  "default_result_storage_block_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
'
{
  "default_result_storage_block_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

Documentation Index

Fetch the complete documentation index at: https://docs.prefect.io/llms.txt

Use this file to discover all available pages before exploring further.

Headers

x-prefect-api-version
string

Body

application/json

Request payload for setting the server default result storage block.

default_result_storage_block_id
string<uuid>
required

The block document ID of the server default result storage block.

Response

Successful Response

Server-side default result storage configuration.

default_result_storage_block_id
string<uuid> | null

The block document ID of the server default result storage block.