---
layout: default
navsection: api
navmenu: API Methods
title: "repositories"

...

See "REST methods for working with Arvados resources":{{site.baseurl}}/api/methods.html

API endpoint base: @https://{{ site.arvados_api_host }}/arvados/v1/repositories@

Required arguments are displayed in %{background:#ccffcc}green%.


h2. create

Create a new Repository.

Arguments:

table(table table-bordered table-condensed).
|_. Argument |_. Type |_. Description |_. Location |_. Example |
|repository|object||query||

h2. delete

Delete an existing Repository.

Arguments:

table(table table-bordered table-condensed).
|_. Argument |_. Type |_. Description |_. Location |_. Example |
{background:#ccffcc}.|uuid|string|The UUID of the Repository in question.|path||

h2. get

Gets a Repository's metadata by UUID.

Arguments:

table(table table-bordered table-condensed).
|_. Argument |_. Type |_. Description |_. Location |_. Example |
{background:#ccffcc}.|uuid|string|The UUID of the Repository in question.|path||

h2. get_all_permissions

get_all_permissions repositories

Arguments:

table(table table-bordered table-condensed).
|_. Argument |_. Type |_. Description |_. Location |_. Example |

h2. list

List repositories.

Arguments:

table(table table-bordered table-condensed).
|_. Argument |_. Type |_. Description |_. Location |_. Example |
|limit|integer (default 100)|Maximum number of repositories to return.|query||
|order|string|Order in which to return matching repositories.|query||
|filters|array|Conditions for filtering repositories.|query||

h2. update

Update attributes of an existing Repository.

Arguments:

table(table table-bordered table-condensed).
|_. Argument |_. Type |_. Description |_. Location |_. Example |
{background:#ccffcc}.|uuid|string|The UUID of the Repository in question.|path||
|repository|object||query||