Create a new Grafana folder
POST/v1/grafana/api/folders
Creates a new folder. Make sure the region in the URL matches your account's region.
Request
- application/json
Body
required
title stringrequired
uid string
overwrite boolean
Responses
- 200
Folder created
- application/json
- Schema
- Example (from schema)
Schema
id integer
uid string
title string
url string
created date-time
updated date-time
version int64
property name* any
{
"id": 0,
"uid": "string",
"title": "string",
"url": "string",
"created": "2025-08-27T07:47:13.344Z",
"updated": "2025-08-27T07:47:13.345Z",
"version": 0
}
Loading...