Skip to main content
Create a new directory at the specified Viking URI.

Python SDK

HTTP API

Parameters

string
required
Viking URI for the new directory (must end with /)

Response

string
Operation status (ok on success)
object
Result object containing the created directory URI
number
Execution time in seconds

CLI

Notes

  • The URI should end with a trailing slash (/) to indicate it’s a directory
  • Parent directories are created automatically if they don’t exist
  • If the directory already exists, the operation succeeds without error