arize-datasets

Manage Arize AI datasets with the ax CLI for listing, creating, exporting, and deleting.

21|5|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/Arize-ai/arize-claude-code-plugin --skill arize-datasets
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arize-datasets
Source: https://github.com/Arize-ai/arize-claude-code-plugin/tree/main/plugins/arize-platform/skills/arize-datasets
Command: npx skills add https://github.com/Arize-ai/arize-claude-code-plugin --skill arize-datasets

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams manage Arize datasets via the ax CLI, enabling easy listing, creation, inspection, export, and deletion across environments.

Core Features & Use Cases

  • List datasets with ax datasets list and inspect details with ax datasets get
  • Create new datasets from local files using ax datasets create
  • Export dataset data for sharing or analysis with ax datasets get --output <format>
  • Delete datasets with ax datasets delete

Quick Start

Run ax datasets list to view all datasets in your Arize account.

Frequently Asked Questions about arize-datasets

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I list and inspect Arize datasets using the command line?

You can list Arize datasets by running the ax datasets list command, and inspect specific dataset details using ax datasets get to view configuration and schema information in your terminal.

Can I export Arize datasets to a local file for offline analysis?

Yes, you can export Arize datasets for offline analysis by running the ax datasets get command with the --output flag, specifying your desired format to save the dataset data locally.

How do I create new datasets in Arize from local files?

You can create new Arize datasets from local files using the ax datasets create command, allowing you to upload local data directly into your Arize workspace for tracking and analysis.

Do I need credentials configured to manage Arize datasets across multiple environments?

Yes, managing Arize datasets across dev, staging, and production environments requires the ax CLI to be installed and configured with valid credentials for each target environment.

What is the best way to delete a dataset from my Arize account?

The best way to delete a dataset from your Arize account is using the ax datasets delete command, which permanently removes the specified dataset and its associated data from the environment.

Why use the ax CLI for Arize dataset management instead of the web interface?

Using the ax CLI for Arize dataset management enables automated workflows and cross-environment operations like dev, staging, and production dataset versioning that are difficult to script through the web interface.