Skip to main content
Worlds Docs home page
Search...
⌘K
wazootech/worlds
Go to Console
Go to Console
Search...
Navigation
CLI reference
update
Welcome
Introduction
Quickstart
Cloud Platform
Manifesto
Worlds
Worlds
Search
Query
Update
Integrations
AI SDK
Claude Code
Gemini
Mastra
n8n
OpenClaw
OpenCode
OpenAI
Zapier
Zo
Open source
Architecture
Style Guide
Security
Self Host
Worlds API
GET
List worlds
POST
Create a world
GET
Get a world
PUT
Update a world
DEL
Delete a world
GET
Export world data
POST
Import world data
GET
List world logs
GET
Semantic search
GET
Execute SPARQL query or get service description
POST
Execute SPARQL query or update
CLI reference
create
get
list
update
import
export
search
sparql
delete
chat
On this page
Usage
CLI reference
update
Copy page
Modify world metadata
Copy page
Updates the high-level metadata assigned to a World. Note that this does
not
modify the graph data inside the World; for that, use the
sparql
command.
worldId
string
required
The unique system identifier of the target world.
--label
string
The human-readable title of your world.
Alias:
-l
--slug
string
A unique URL-friendly string identifier.
Alias:
-s
--description
string
A descriptive summary of the world’s purpose.
Alias:
-d
Usage
Copy
worlds
update
<
worldI
d
>
--label
"Production World"
list
import
⌘I