For the complete documentation index, see llms.txt. This page is also available as Markdown.

Flush a Resource

The path to flush cached data by GraphQL type.

post

Configurable using handlers_flush_by_type_path (in config.toml) or ORBIT_HANDLERS_FLUSH_BY_TYPE_PATH (using environment variables)

Body
typestringOptional
idstringOptional
Responses
200

Status indicating success or failure of the flush operation.

No content

post
/flush.type
200

Status indicating success or failure of the flush operation.

No content

Last updated