Managing Pins
Table of contents
- Viewing Your Pins
- Adding Pins
- Pin Status Explained
- Searching and Filtering
- Deleting Pins
- Pin Details
- Accessing Pinned Content
- Best Practices
Viewing Your Pins
Go to My Pins in the sidebar to see all your pinned content.
Pin List View
Each pin shows:
- Name: Human-readable name (if set)
- CID: Content Identifier (truncated, click to copy full)
- Status: Current state (queued, pinning, pinned, failed)
- Size: Content size (when known)
- Created: When you created the pin
Sorting
Click column headers to sort by:
- Name (alphabetical)
- Created date (newest/oldest)
- Status
- Size
Adding Pins
Via Dashboard
- Click Add Pin button
- Enter the CID (required)
- Enter a Name (optional but recommended)
- Click Pin
Pin Options
| Field | Required | Description |
|---|---|---|
| CID | Yes | IPFS Content Identifier |
| Name | No | Human-readable label (max 255 chars) |
What Happens Next
- Pin enters queued status
- Service fetches content from IPFS network
- Once found, enters pinning status
- When complete, shows pinned status
Pin Status Explained
Queued
Your pin request is received and waiting to be processed.
- Normal wait time: Seconds to a few minutes
- During high load: May take longer
- Action needed: None, just wait
Pinning
The service is actively fetching your content from the IPFS network.
- Duration: Depends on content size and availability
- Small files: Usually seconds
- Large files or rare content: May take minutes
Pinned
Content is successfully stored and available.
- Your content is safe
- Accessible via any IPFS gateway
- Will persist until you delete it (or run out of credits)
Failed
The service couldn’t pin your content.
Common reasons:
- CID doesn’t exist on any reachable IPFS node
- Content only available on an offline peer
- Network timeout while fetching
- Invalid CID format
What to do:
- Hover over the status to see the error message
- Verify the CID is correct
- Ensure the content is available somewhere on IPFS
- Try again later if it’s a network issue
Searching and Filtering
Search by Name
Use the search box to find pins by name:
- Type part of the name
- Results filter as you type
- Case-insensitive
Filter by Status
Click status filter buttons:
- All - Show everything
- Pinned - Only successful pins
- Pending - Queued and pinning
- Failed - Pins that couldn’t complete
Deleting Pins
Single Pin
- Find the pin in your list
- Click the trash icon or Delete button
- Confirm deletion
Bulk Delete
- Select multiple pins using checkboxes
- Click Delete Selected
- Confirm deletion
Deleting a pin removes it from your account. The content may still exist on IPFS if pinned elsewhere, but you won’t have guaranteed access.
Pin Details
Click on a pin to see full details:
Basic Info
- Full CID (click to copy)
- Name
- Status
- Created timestamp
Metadata
- Custom metadata (if set via API)
- Size information
- Delegates (IPFS peers)
Actions
- Copy CID
- Copy gateway URL
- Delete pin
Accessing Pinned Content
Via IPFS Gateway
Your pinned content is accessible via IPFS gateways:
https://ipfs.io/ipfs/YOUR_CID
https://cloudflare-ipfs.com/ipfs/YOUR_CID
https://dweb.link/ipfs/YOUR_CID
Via IPFS CLI
If you have IPFS installed:
ipfs cat YOUR_CID
ipfs get YOUR_CID
Via Fx.Land Gateway
https://ipfs.cloud.fx.land/ipfs/YOUR_CID
Best Practices
Naming Convention
Use descriptive names to find content later:
website-v1.2.3instead ofQmAbc123backup-2024-01-15instead of justbackup- Include version numbers if relevant
Regular Cleanup
- Delete pins you no longer need
- Frees up your storage quota
- Keeps your list manageable
Monitor Failed Pins
- Check failed pins periodically
- Some may succeed on retry
- Remove ones that consistently fail